jam-cloud/web/app/views/errors/permission_error.rabl

7 lines
78 B
Ruby

object @exception
attributes :message
node "type" do
"PermissionError"
end