Last change
on this file since 417 was
359,
checked in by duh, 13 years ago
|
|
-
Property svn:keywords set to
Date Author Rev
|
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: 359 $ |
---|
| 14 | * $Author: tabma $ |
---|
| 15 | * $Date: 2010-04-20 12:42:20 +0000 (di, 20 apr 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.