- Timestamp:
- Mar 9, 2009, 10:31:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/TaskRewrite/src/grails-app/controllers/EntryController.groovy
r66 r69 1 class EntryController { 1 import org.codehaus.groovy.grails.plugins.springsecurity.Secured 2 3 class EntryController extends BaseController { 2 4 3 5 def index = { redirect(action:list,params:params) }
Note: See TracChangeset
for help on using the changeset viewer.