We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e3229 commit 1400447Copy full SHA for 1400447
activestorage/test/dummy/config/puma.rb
@@ -31,7 +31,7 @@
31
if ENV["PIDFILE"]
32
pidfile ENV["PIDFILE"]
33
else
34
- pidfile tmp/pids/server.pid" if ENV.fetch("RAILS_ENV", "development") == "development"
+ pidfile "tmp/pids/server.pid" if ENV.fetch("RAILS_ENV", "development") == "development"
35
end
36
37
# Allow puma to be restarted by `bin/rails restart` command.
0 commit comments