mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Convert a lot of :a => b to a: b and bring peace to the world
This commit is contained in:
@@ -6,7 +6,7 @@ class ForumsController < ApplicationController
|
||||
|
||||
def status
|
||||
if $shutdown
|
||||
render text: 'shutting down', :status => 500
|
||||
render text: 'shutting down', status: 500
|
||||
else
|
||||
render text: 'ok'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user