Skip to content

Commit

Permalink
Merge pull request #437 from bendb-instacart/fix_flipper_activerecord
Browse files Browse the repository at this point in the history
Fix typo in lib/flipper-active_record.rb
  • Loading branch information
jnunemaker authored Sep 13, 2019
2 parents 18c7afd + 5af763a commit e2b1f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flipper-active_record.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'activesupport/lazy_load_hooks'
require 'active_support/lazy_load_hooks'

ActiveSupport.on_load(:active_record) do
require 'flipper/adapters/active_record'
Expand Down

0 comments on commit e2b1f5d

Please sign in to comment.