Last change
on this file since 1118 was
1063,
checked in by business@…, 12 years ago
|
removed unnecessary text from home page in production version
|
-
Property svn:keywords set to
Author Date Rev
|
File size:
379 bytes
|
Line | |
---|
1 | import dbnp.studycapturing.Study |
---|
2 | |
---|
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: 1063 $ |
---|
14 | * $Author: work@osx.eu $ |
---|
15 | * $Date: 2010-11-03 15:53:19 +0000 (wo, 03 nov 2010) $ |
---|
16 | */ |
---|
17 | class HomeController { |
---|
18 | def index = { |
---|
19 | [ studyCount: dbnp.studycapturing.Study.count(), userCount: dbnp.authentication.SecUser.count() ] |
---|
20 | } |
---|
21 | |
---|
22 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.