Rubocop fix

pull/544/head
Mikhael Rakauskas 4 months ago
parent 2be2ed47cf
commit c5c9460a59

@ -154,7 +154,7 @@ Rails.application.configure do
} }
end end
config.host_authorization = { exclude: ->(request) { request.path == "/up" } } config.host_authorization = { exclude: ->(request) { request.path == '/up' } }
[ [
/.*\.careerplug\.org\Z/, /.*\.careerplug\.org\Z/,
/.*\.careerplug\.com\Z/, /.*\.careerplug\.com\Z/,

Loading…
Cancel
Save