Last change
on this file since 204 was
165,
checked in by ademcan, 13 years ago
|
Studies comparaison view
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
367 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: 165 $ |
---|
12 | * $Author: duh $ |
---|
13 | * $Date: 2010-02-03 09:09:19 +0000 (wo, 03 feb 2010) $ |
---|
14 | */ |
---|
15 | class StudyController extends BaseController { |
---|
16 | def scaffold = dbnp.studycapturing.Study |
---|
17 | |
---|
18 | def list_extended = { |
---|
19 | |
---|
20 | } |
---|
21 | |
---|
22 | def see = { |
---|
23 | render params |
---|
24 | } |
---|
25 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.