Skip to content

Instantly share code, notes, and snippets.

@olivermt
Created July 22, 2011 10:20
Show Gist options
  • Select an option

  • Save olivermt/1099210 to your computer and use it in GitHub Desktop.

Select an option

Save olivermt/1099210 to your computer and use it in GitHub Desktop.
//mapping
"500"(controller:"foo", action:"bar")
//
class FooController {
def bar = {
response.sendError(200)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment