Skip to content

Instantly share code, notes, and snippets.

@michael
Created November 2, 2008 10:25
Show Gist options
  • Select an option

  • Save michael/21684 to your computer and use it in GitHub Desktop.

Select an option

Save michael/21684 to your computer and use it in GitHub Desktop.
rescue MethodNotAllowed
self.status = MethodNotAllowed.status
{
:errors => "your error message"
}.to_json
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment