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:
commit
d8d84f0514
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue