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

Last change on this file since 71 was 71, checked in by duh, 13 years ago
  • application broke due to inclusion of nonexistant domain classes
  • Property svn:keywords set to Date Author Rev
File size: 144 bytes
Line 
1//import dbnp.studycapturing.Study
2
3class HomeController {
4    def index = {
5       //[ studyCount: dbnp.studycapturing.Study.count() ]
6    }
7}
Note: See TracBrowser for help on using the repository browser.