Skip to content

Commit 2ebb508

Browse files
authored
Merge pull request rails#52086 from y-yagi/bring_back_pumarb_to_app_update
Bring back `puma.rb` to target of `app:update`
2 parents c60dbbd + e4f8604 commit 2ebb508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/app_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def config
128128
template "application.rb"
129129
template "environment.rb"
130130
template "cable.yml" unless options[:update] || options[:skip_action_cable]
131-
template "puma.rb" unless options[:update]
131+
template "puma.rb"
132132
template "storage.yml" unless options[:update] || skip_active_storage?
133133

134134
directory "environments"

0 commit comments

Comments
 (0)