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