source:
trunk/grails-app/controllers/AuthUserController.groovy
@
15
Last change on this file since 15 was 15, checked in by duh, 11 years ago | |
---|---|
File size: 222 bytes |
Line | |
---|---|
1 | /** |
2 | * Authentication User Conroller |
3 | * @Author Jeroen Wesbeek |
4 | * @Since 20091020 |
5 | * |
6 | * Revision information: |
7 | * $Rev$ |
8 | * $Author$ |
9 | * $Date$ |
10 | */ |
11 | class AuthUserController extends BaseController { |
12 | //def index = { } |
13 | } |
Note: See TracBrowser
for help on using the repository browser.