We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4de17 commit 8ccd089Copy full SHA for 8ccd089
railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
@@ -70,8 +70,8 @@ Rails.application.configure do
70
# Use a real queuing backend for Active Job (and separate queues per environment).
71
# config.active_job.queue_adapter = :resque
72
# config.active_job.queue_name_prefix = "<%= app_name %>_production"
73
- <%- end -%>
74
+ <%- end -%>
75
<%- unless options.skip_action_mailer? -%>
76
config.action_mailer.perform_caching = false
77
0 commit comments