Skip to content

Instantly share code, notes, and snippets.

@ishults
Created February 21, 2016 17:54
Show Gist options
  • Save ishults/cfd6fa9319f485fcab89 to your computer and use it in GitHub Desktop.
Save ishults/cfd6fa9319f485fcab89 to your computer and use it in GitHub Desktop.
A dummy controller
class MyController {
def index() {
render 'success'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment