source: trunk/grails-app/controllers/HomeController.groovy @ 70

Last change on this file since 70 was 70, checked in by keesvb, 14 years ago

updated to Grails 1.2, restructured packages, added some domain classes, removed obsolete code

  • Property svn:keywords set to Date Author Rev
File size: 141 bytes
Line 
1import dbnp.studycapturing.Study
2
3class HomeController {
4
5    def index = {
6       [ studyCount: dbnp.studycapturing.Study.count() ]
7    }
8}
Note: See TracBrowser for help on using the repository browser.