PageRenderTime 33ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/grails-app/controllers/general/AdminController.groovy

http://github.com/jdmr/mateo
Groovy | 10 lines | 7 code | 3 blank | 0 comment | 0 complexity | e868c9eed51bae0caa787210c1c60b56 MD5 | raw file
  1. package general
  2. import grails.converters.JSON
  3. import grails.plugins.springsecurity.Secured
  4. @Secured(['ROLE_EMP'])
  5. class AdminController {
  6. def index = {}
  7. }