diff --git a/config/environments/staging.rb b/config/environments/staging.rb index 20d3254c832..4251011846e 100644 --- a/config/environments/staging.rb +++ b/config/environments/staging.rb @@ -1,4 +1,4 @@ -Bundler.require_env RAILS_ENV +Bundler.require_env "production" # Settings specified here will take precedence over those in config/environment.rb # The production environment is meant for finished, "live" apps.