1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #43509 from ytkg/better-spacing-in-production-environment

Better spacing in environments/production.rb file
This commit is contained in:
Ryuta Kamizono 2021-10-26 02:26:25 +09:00 committed by GitHub
commit d8d84f0514
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,8 +70,8 @@ Rails.application.configure do
# Use a real queuing backend for Active Job (and separate queues per environment).
# config.active_job.queue_adapter = :resque
# config.active_job.queue_name_prefix = "<%= app_name %>_production"
<%- end -%>
<%- end -%>
<%- unless options.skip_action_mailer? -%>
config.action_mailer.perform_caching = false