Skip to content

Instantly share code, notes, and snippets.

@gvorster
Created June 24, 2015 07:58
Show Gist options
  • Save gvorster/61e7f3d977e5ab6dd3d8 to your computer and use it in GitHub Desktop.
Save gvorster/61e7f3d977e5ab6dd3d8 to your computer and use it in GitHub Desktop.
Set default home page
class UrlMappings {
static mappings = {
// ...
"/"(controller:"mycontroller", action:"myindex") // <-----------
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment