Last change
on this file since 635 was
359,
checked in by duh, 13 years ago
|
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
357 bytes
|
Rev | Line | |
---|
[281] | 1 | /** |
---|
| 2 | * Controller to handle client feedback |
---|
| 3 | * |
---|
| 4 | * @author Jeroen Wesbeek |
---|
| 5 | * @since 20100317 |
---|
| 6 | * @package main |
---|
| 7 | * |
---|
| 8 | * Revision information: |
---|
| 9 | * $Rev: 359 $ |
---|
| 10 | * $Author: duh $ |
---|
| 11 | * $Date: 2010-04-20 12:42:20 +0000 (di, 20 apr 2010) $ |
---|
| 12 | */ |
---|
| 13 | class FeedbackController { |
---|
| 14 | def index = { |
---|
| 15 | render('todo: create a feedback overview here') |
---|
| 16 | } |
---|
| 17 | |
---|
| 18 | def add = { |
---|
| 19 | println params |
---|
| 20 | |
---|
| 21 | render('Thank you for your feedback!') |
---|
| 22 | } |
---|
| 23 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.