Last change
on this file since 6 was
6,
checked in by duh, 13 years ago
|
defined keyword expansion for Date Author Rev
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
409 bytes
|
Rev | Line | |
---|
[5] | 1 | /** |
---|
| 2 | * Debug Controller |
---|
| 3 | * @Author Jeroen Wesbeek |
---|
| 4 | * @Since 20091014 |
---|
| 5 | * @Description |
---|
| 6 | * |
---|
| 7 | * If all controllers extend this debug controller in one piece of code the |
---|
| 8 | * behaviour of the other controllers can be -to some extent- manipulated. |
---|
| 9 | * |
---|
| 10 | * Revision information: |
---|
| 11 | * $Rev: 6 $ |
---|
| 12 | * $Author: duh $ |
---|
| 13 | * $Date: 2009-10-14 10:19:37 +0000 (wo, 14 okt 2009) $ |
---|
| 14 | */ |
---|
| 15 | class DebugController { |
---|
| 16 | def scaffold = true; |
---|
| 17 | def index = { render('nothing to see here :)') } |
---|
| 18 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.