Stop using Rails.env.xxx? methods when not relevant
This commit is contained in:
parent
b2dc502ed5
commit
a7095b28b4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Flipflop.configure do
|
|||
feature :remote_storage,
|
||||
default: ENV['FOG_ENABLED'] == 'enabled'
|
||||
feature :weekly_overview,
|
||||
default: Rails.env.production?
|
||||
default: ENV['APP_NAME'] == 'tps'
|
||||
end
|
||||
|
||||
feature :pre_maintenance_mode
|
||||
|
|
Loading…
Reference in a new issue