Changeset 289 for trunk/grails-app/controllers/BaseController.groovy
- Timestamp:
- Jan 22, 2010, 12:27:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/BaseController.groovy
r149 r289 3 3 @Secured(['ROLE_AppUser', 'ROLE_AppAdmin']) 4 4 abstract class BaseController { 5 def whatsit() {6 }7 5 8 6 }
Note: See TracChangeset
for help on using the changeset viewer.