1
0
Fork 0

Fix code style

This commit is contained in:
Alex Kotov 2018-11-29 00:38:21 +05:00
parent 6d118a54b8
commit 46f3ad0bdd
No known key found for this signature in database
GPG key ID: 4E831250F47DE154

View file

@ -24,7 +24,7 @@ environment ENV.fetch('RAILS_ENV') { 'development' }
# Workers do not work on JRuby or Windows (both of which do not support
# processes).
#
# workers ENV.fetch("WEB_CONCURRENCY") { 2 }
# workers ENV.fetch('WEB_CONCURRENCY') { 2 }
# Use the `preload_app!` method when specifying a `workers` number.
# This directive tells Puma to first boot the application and load code