Skip to content

Instantly share code, notes, and snippets.

@davidpadbury
Created March 1, 2011 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidpadbury/850062 to your computer and use it in GitHub Desktop.
Save davidpadbury/850062 to your computer and use it in GitHub Desktop.
def something = {
response.status = 403
render(text:'set a status code')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment