Last change
on this file since 84 was
41,
checked in by keesvb, 13 years ago
|
changed index and moved it to Home controller/view structure, put query and my studies in the top menu
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
218 bytes
|
Rev | Line | |
---|
[4] | 1 | class UrlMappings { |
---|
| 2 | static mappings = { |
---|
| 3 | "/$controller/$action?/$id?"{ |
---|
| 4 | constraints { |
---|
| 5 | // apply constraints here |
---|
| 6 | } |
---|
| 7 | } |
---|
[41] | 8 | "/"(controller: 'home', action: 'index') |
---|
[4] | 9 | "500"(view:'/error') |
---|
| 10 | } |
---|
| 11 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.