Ignore:
Timestamp:
Apr 28, 2011, 2:31:56 PM (13 years ago)
Author:
gav
Message:

Upgrade branches/util-apps/DomainUtil to Grails-1.3.7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/util-apps/DomainUtil/grails-app/conf/UrlMappings.groovy

    r766 r907  
    11class 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')
    1012        }
    1113}
Note: See TracChangeset for help on using the changeset viewer.