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

Last change on this file since 53 was 53, checked in by duh, 14 years ago

-added keyword expansion

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