Convert a lot of :a => b to a: b and bring peace to the world

This commit is contained in:
Karan Misra
2013-03-25 05:07:36 +05:30
parent cb9106c3a7
commit 5dfb04e4b3
62 changed files with 171 additions and 171 deletions
+1 -1
View File
@@ -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