Remove unwanted config from staging.rb

This commit is contained in:
Ziyan Junaideen
2018-10-06 22:06:50 +05:30
committed by Julian Herrero
parent 7dc999f437
commit 49a2fde86c

View File

@@ -90,6 +90,4 @@ Rails.application.configure do
# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false
Mail.register_interceptor RecipientInterceptor.new(ENV['EMAIL_RECIPIENTS'])
end