From f6443e920f8bd282a2786aeb66e92ba2ea86037d Mon Sep 17 00:00:00 2001 From: Myat Zin Wai Maw Date: Tue, 28 May 2019 10:31:19 +0630 Subject: [PATCH] - --- config/puma.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/puma.rb b/config/puma.rb index fd89392f..a0dae8b3 100755 --- a/config/puma.rb +++ b/config/puma.rb @@ -1,6 +1,6 @@ application_path="#{File.expand_path("../..", __FILE__)}" directory application_path -#environment ENV.fetch("RAILS_ENV") { "production" } +environment ENV.fetch("RAILS_ENV") { "production" } environment "production" pidfile "#{application_path}/tmp/puma/pid" state_path "#{application_path}/tmp/puma/state"