source:
branches/util-apps/DomainUtil/grails-app/conf/UrlMappings.groovy
Last change on this file was 907, checked in by , 14 years ago | |
---|---|
File size: 180 bytes |
Line | |
---|---|
1 | class UrlMappings { |
2 | |
3 | static mappings = { |
4 | "/$controller/$action?/$id?"{ |
5 | constraints { |
6 | // apply constraints here |
7 | } |
8 | } |
9 | |
10 | "/"(view:"/index") |
11 | "500"(view:'/error') |
12 | } |
13 | } |
Note: See TracBrowser
for help on using the repository browser.