source:
trunk/grails-app/controllers/HomeController.groovy
@
70
Last change on this file since 70 was 70, checked in by keesvb, 14 years ago | |
---|---|
|
|
File size: 141 bytes |
Line | |
---|---|
1 | import dbnp.studycapturing.Study |
2 | |
3 | class HomeController { |
4 | |
5 | def index = { |
6 | [ studyCount: dbnp.studycapturing.Study.count() ] |
7 | } |
8 | } |
Note: See TracBrowser
for help on using the repository browser.