Changeset 34 for trunk/grails-app/controllers
- Timestamp:
- Oct 27, 2009, 1:32:34 PM (13 years ago)
- Location:
- trunk/grails-app/controllers
- Files:
-
- 4 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/BaseController.groovy
r29 r34 40 40 41 41 // instantiate Authorization service 42 this.authorizationService = new AuthorizationService();42 //this.authorizationService = new AuthorizationService(); 43 43 44 44 // dynamically set scaffolding
Note: See TracChangeset
for help on using the changeset viewer.