Skip to content

Instantly share code, notes, and snippets.

@diegodfsd
Created June 18, 2011 05:54
Show Gist options
  • Save diegodfsd/1032840 to your computer and use it in GitHub Desktop.
Save diegodfsd/1032840 to your computer and use it in GitHub Desktop.
class HomeController {
def foo = {
render text: "bar", contentType: "text/plain"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment