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

Last change on this file since 453 was 359, checked in by duh, 13 years ago
  • set keyword expansion
  • Property svn:keywords set to Date Author Rev
File size: 326 bytes
Line 
1import dbnp.studycapturing.Study
2
3/**
4 * Home Controler
5 *
6 * My Description
7 *
8 * @author  Kees van Bochove
9 * @since   20091102
10 * @package studycapturing
11 *
12 * Revision information:
13 * $Rev: 359 $
14 * $Author: roberth $
15 * $Date: 2010-04-20 12:42:20 +0000 (di, 20 apr 2010) $
16 */
17class HomeController {
18    def index = {
19       [ studyCount: dbnp.studycapturing.Study.count() ]
20    }
21}
Note: See TracBrowser for help on using the repository browser.