Skip to content

Commit d8d84f0

Browse files
authored
Merge pull request rails#43509 from ytkg/better-spacing-in-production-environment
Better spacing in environments/production.rb file
2 parents fe4ead7 + 8ccd089 commit d8d84f0

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates/config/environments

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Rails.application.configure do
7070
# Use a real queuing backend for Active Job (and separate queues per environment).
7171
# config.active_job.queue_adapter = :resque
7272
# config.active_job.queue_name_prefix = "<%= app_name %>_production"
73-
<%- end -%>
7473

74+
<%- end -%>
7575
<%- unless options.skip_action_mailer? -%>
7676
config.action_mailer.perform_caching = false
7777

0 commit comments

Comments
 (0)