diff --git a/config/environments/production.rb b/config/environments/production.rb index bf24f9a..bd8c39b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -2,7 +2,8 @@ require "active_support/core_ext/integer/time" Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. - + config.require_master_key = true + # Code is not reloaded between requests. config.cache_classes = true