Skip to content

Commit

Permalink
Merge pull request rails#52086 from y-yagi/bring_back_pumarb_to_app_u…
Browse files Browse the repository at this point in the history
…pdate

Bring back `puma.rb` to target of `app:update`
  • Loading branch information
rafaelfranca committed Jun 11, 2024
2 parents c60dbbd + e4f8604 commit 2ebb508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/generators/rails/app/app_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def config
template "application.rb"
template "environment.rb"
template "cable.yml" unless options[:update] || options[:skip_action_cable]
template "puma.rb" unless options[:update]
template "puma.rb"
template "storage.yml" unless options[:update] || skip_active_storage?

directory "environments"
Expand Down

0 comments on commit 2ebb508

Please sign in to comment.