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