Enable weekly_overview only in production
This commit is contained in:
parent
4aec1d7bfc
commit
4a2979f71e
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ Flipflop.configure do
|
|||
feature :remote_storage,
|
||||
default: Rails.env.production? || Rails.env.staging?
|
||||
feature :weekly_overview,
|
||||
default: Rails.env.production? || Rails.env.staging?
|
||||
default: Rails.env.production?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue