Last change
on this file since 1764 was
1764,
checked in by work@…, 11 years ago
|
- created an info controller displaying application / plugin information (admin menu --> info)
|
File size:
419 bytes
|
Line | |
---|
1 | /** |
---|
2 | * Info Controler |
---|
3 | * |
---|
4 | * Provides some information about the application, for the |
---|
5 | * admin's eyes only |
---|
6 | * |
---|
7 | * @author your email (+name?) |
---|
8 | * @since 20110412 |
---|
9 | * |
---|
10 | * Revision information: |
---|
11 | * $Rev$ |
---|
12 | * $Author$ |
---|
13 | * $Date$ |
---|
14 | */ |
---|
15 | package generic |
---|
16 | |
---|
17 | import grails.plugins.springsecurity.Secured |
---|
18 | import dbnp.authentication.SecUser |
---|
19 | |
---|
20 | @Secured(['ROLE_ADMIN']) |
---|
21 | class InfoController { |
---|
22 | /** |
---|
23 | * index closure |
---|
24 | */ |
---|
25 | def index = { } |
---|
26 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.