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

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

changed index and moved it to Home controller/view structure, put query and my studies in the top menu

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.