diff --git a/config/environments/production.rb b/config/environments/production.rb index c22fc9510..60c0fe84c 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -87,7 +87,7 @@ Rails.application.configure do config.i18n.fallbacks = true # Send deprecation notices to registered listeners. - config.active_support.deprecation = [] + ActiveSupport::Deprecation.silenced = true # Do not dump schema after migrations. # config.active_record.dump_schema_after_migration = false