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