diff --git a/config/environments/staging.rb b/config/environments/staging.rb index 02a18963..180b6005 100644 --- a/config/environments/staging.rb +++ b/config/environments/staging.rb @@ -154,7 +154,7 @@ Rails.application.configure do } end - config.host_authorization = { exclude: ->(request) { request.path == "/up" } } + config.host_authorization = { exclude: ->(request) { request.path == '/up' } } [ /.*\.careerplug\.org\Z/, /.*\.careerplug\.com\Z/,