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