- Timestamp:
- Apr 28, 2011, 2:31:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/util-apps/DomainUtil/grails-app/conf/UrlMappings.groovy
r766 r907 1 1 class UrlMappings { 2 static mappings = { 3 "/$controller/$action?/$id?"{ 4 constraints { 5 // apply constraints here 6 } 7 } 8 "/"(view:"/index") 9 "500"(view:'/error') 2 3 static mappings = { 4 "/$controller/$action?/$id?"{ 5 constraints { 6 // apply constraints here 7 } 8 } 9 10 "/"(view:"/index") 11 "500"(view:'/error') 10 12 } 11 13 }
Note: See TracChangeset
for help on using the changeset viewer.