Last change
on this file since 959 was
959,
checked in by j.a.m.wesbeek@…, 12 years ago
|
|
-
Property svn:keywords set to
Author Date Rev
|
File size:
357 bytes
|
Line | |
---|
1 | /** |
---|
2 | * Controller to handle client feedback |
---|
3 | * |
---|
4 | * @author Jeroen Wesbeek |
---|
5 | * @since 20100317 |
---|
6 | * @package main |
---|
7 | * |
---|
8 | * Revision information: |
---|
9 | * $Rev: 959 $ |
---|
10 | * $Author: j.a.m.wesbeek@umail.leidenuniv.nl $ |
---|
11 | * $Date: 2010-10-20 19:13:14 +0000 (wo, 20 okt 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.