Skip to content

Commit

Permalink
Update registering of strict adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Sep 20, 2023
1 parent 9f9d533 commit a668fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flipper/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Engine < Rails::Engine

Flipper.configure do |config|
if app.config.flipper.strict
config.use Flipper::Adapters::Strict, handler: app.config.flipper.strict
config.use Flipper::Adapters::Strict, app.config.flipper.strict
end

config.default do
Expand Down

0 comments on commit a668fd3

Please sign in to comment.