Skip to content

Commit

Permalink
Fix load hook name
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
palkan committed Sep 30, 2020
1 parent af42829 commit ce1957d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_event_store/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Engine < ::Rails::Engine
**ActiveEventStore.config.store_options
)

ActiveSupport.run_load_hooks("active_event_store", ActiveEventStore)
ActiveSupport.run_load_hooks(:active_event_store, ActiveEventStore)
end
end
end

0 comments on commit ce1957d

Please sign in to comment.