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