grails-app/conf/UrlMappings.groovy
class UrlMappings {
static mappings = {
"/"(controller:"race",action:"search") //this is your index action.
"/$controller/$action?/$id?" {
constraints {
// apply constraints here
}
}
}
}
No comments:
Post a Comment