Created
June 24, 2015 07:58
-
-
Save gvorster/61e7f3d977e5ab6dd3d8 to your computer and use it in GitHub Desktop.
Set default home page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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