Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add profileShowDirectDeposit release toggle #3291

Merged
merged 10 commits into from
Sep 18, 2019
2 changes: 1 addition & 1 deletion config/initializers/flipper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require 'flipper/adapters/active_support_cache_store'

# Add new Feature toggles here. They will be off until toggled int the UI
FLIPPER_FEATURES = [].freeze
FLIPPER_FEATURES = ['profileShowDirectDeposit'].freeze
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@annaswims should this be snake case?


# Flipper settings will be stored in postgres and cached in memory for 1 minute
Flipper.configure do |config|
Expand Down