Skip to content

Commit 8ccd089

Browse files
committed
Better spacing in environments/production.rb file
1 parent 9c4de17 commit 8ccd089

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)