Merge pull request #1864 from tchak/fix-weekly_overview
Enable weekly_overview only in production
This commit is contained in:
commit
2fee9cb99e
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ Flipflop.configure do
|
||||||
feature :remote_storage,
|
feature :remote_storage,
|
||||||
default: Rails.env.production? || Rails.env.staging?
|
default: Rails.env.production? || Rails.env.staging?
|
||||||
feature :weekly_overview,
|
feature :weekly_overview,
|
||||||
default: Rails.env.production? || Rails.env.staging?
|
default: Rails.env.production?
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue