Last change
on this file since 12 was
12,
checked in by duh, 13 years ago
|
Updated the BaseController? to incorporate basic authentication (not yet implemented) to capture all method ( = controller and action ) calls. For now is authorizes everything, to be continued...
|
File size:
264 bytes
|
Line | |
---|
1 | /** |
---|
2 | * Error Controller |
---|
3 | * @Author Jeroen Wesbeek |
---|
4 | * @Since 20091019 |
---|
5 | * |
---|
6 | * Revision information: |
---|
7 | * $Rev$ |
---|
8 | * $Author$ |
---|
9 | * $Date$ |
---|
10 | */ |
---|
11 | public class ErrorController { |
---|
12 | /** |
---|
13 | * render the flash message |
---|
14 | */ |
---|
15 | def index = { |
---|
16 | render('temp message'); |
---|
17 | } |
---|
18 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.