Last change
on this file since 15 was
15,
checked in by duh, 11 years ago
|
-added initial implementation of authorization code
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
287 bytes
|
Line | |
---|
1 | /** |
---|
2 | * Error Controller |
---|
3 | * @Author Jeroen Wesbeek |
---|
4 | * @Since 20091019 |
---|
5 | * |
---|
6 | * Revision information: |
---|
7 | * $Rev: 15 $ |
---|
8 | * $Author: duh $ |
---|
9 | * $Date: 2009-10-21 11:04:41 +0000 (wo, 21 okt 2009) $ |
---|
10 | */ |
---|
11 | public class ErrorController extends BaseController { |
---|
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.