We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c58ba3 commit f320762Copy full SHA for f320762
config/initializers/flipper.rb
@@ -3,3 +3,9 @@
3
Rails.application.configure do
4
config.flipper.memoize = false
5
end
6
+
7
+if Rails.env.development?
8
+ Flipper.enable(:user_registration)
9
+ Flipper.enable(:snippets)
10
+ Flipper.enable(:example_posts)
11
+end
0 commit comments