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.
2 parents fe4ead7 + 8ccd089 commit d8d84f0Copy full SHA for d8d84f0
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