Ignore:
Timestamp:
May 1, 2009, 3:27:41 PM (15 years ago)
Author:
gav
Message:

Run generate-all on all controllers and views except Person and Authority.
Extensive work on Asset domain and application now compiles and runs well.
Update BootStrap? to suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/StoredItemController.groovy

    r116 r122  
    11import org.codehaus.groovy.grails.plugins.springsecurity.Secured
    22
    3 class StoredItemController extends BaseAppAdminController  {
     3class StoredItemController extends BaseAppAdminController {
    44   
    55    def index = { redirect(action:list,params:params) }
Note: See TracChangeset for help on using the changeset viewer.