Last change
on this file since 162 was
162,
checked in by duh, 13 years ago
|
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
325 bytes
|
Line | |
---|
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: 162 $ |
---|
12 | * $Author: duh $ |
---|
13 | * $Date: 2010-02-02 14:07:02 +0000 (di, 02 feb 2010) $ |
---|
14 | */ |
---|
15 | class StudyController extends BaseController { |
---|
16 | def scaffold = dbnp.studycapturing.Study |
---|
17 | |
---|
18 | def see = { |
---|
19 | render params |
---|
20 | } |
---|
21 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.