6 lines
63 B
Ruby
6 lines
63 B
Ruby
if(@status)
|
|
json.status @status
|
|
else
|
|
json.status false
|
|
end
|