Changeset 116 for trunk/grails-app/controllers/EntryController.groovy
- Timestamp:
- Apr 14, 2009, 10:16:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/EntryController.groovy
r74 r116 1 1 import org.codehaus.groovy.grails.plugins.springsecurity.Secured 2 2 3 class EntryController extends Base Controller {3 class EntryController extends BaseAppAdminController { 4 4 5 5 def index = { redirect(action:list,params:params) }
Note: See TracChangeset
for help on using the changeset viewer.