Last change
on this file since 145 was
91,
checked in by ademcan, 13 years ago
|
list and show for the studies list
|
-
Property svn:keywords set to
Rev Date Author
|
File size:
325 bytes
|
Rev | Line | |
---|
[73] | 1 | /** |
---|
| 2 | * Home Controler |
---|
| 3 | * |
---|
| 4 | * My Description |
---|
| 5 | * |
---|
| 6 | * @author Kees van Bochove |
---|
| 7 | * @since 20091028 |
---|
| 8 | * @package studycapturing |
---|
| 9 | * |
---|
| 10 | * Revision information: |
---|
| 11 | * $Rev: 91 $ |
---|
| 12 | * $Author: duh $ |
---|
| 13 | * $Date: 2010-01-19 13:11:11 +0000 (di, 19 jan 2010) $ |
---|
| 14 | */ |
---|
[39] | 15 | class StudyController extends BaseController { |
---|
[73] | 16 | def scaffold = dbnp.studycapturing.Study |
---|
[91] | 17 | |
---|
| 18 | def see = { |
---|
| 19 | render params |
---|
| 20 | } |
---|
[35] | 21 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.