Last change
on this file since 86 was
74,
checked in by duh, 13 years ago
|
|
-
Property svn:keywords set to
Rev Date Author
|
File size:
326 bytes
|
Rev | Line | |
---|
[73] | 1 | import dbnp.studycapturing.Study |
---|
[70] | 2 | |
---|
[73] | 3 | /** |
---|
| 4 | * Home Controler |
---|
| 5 | * |
---|
| 6 | * My Description |
---|
| 7 | * |
---|
| 8 | * @author Kees van Bochove |
---|
| 9 | * @since 20091102 |
---|
| 10 | * @package studycapturing |
---|
| 11 | * |
---|
| 12 | * Revision information: |
---|
| 13 | * $Rev: 74 $ |
---|
| 14 | * $Author: duh $ |
---|
| 15 | * $Date: 2010-01-05 10:39:34 +0000 (di, 05 jan 2010) $ |
---|
| 16 | */ |
---|
[41] | 17 | class HomeController { |
---|
| 18 | def index = { |
---|
[73] | 19 | [ studyCount: dbnp.studycapturing.Study.count() ] |
---|
[41] | 20 | } |
---|
| 21 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.