source: trunk/grails-app/controllers/BaseAppAdminController.groovy @ 289

Last change on this file since 289 was 289, checked in by gav, 14 years ago

Set some permissions on Site and Section controllers.
Detail some site views missed in last commit.

  • Property svn:executable set to *
File size: 138 bytes
Line 
1import org.codehaus.groovy.grails.plugins.springsecurity.Secured
2
3@Secured(['ROLE_AppAdmin'])
4abstract class BaseAppAdminController {
5
6}
7
Note: See TracBrowser for help on using the repository browser.