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

Last change on this file since 907 was 907, checked in by tabma, 12 years ago
  • added OAuth-link to index page of GSCF
  • Property svn:keywords set to Date Author Rev
File size: 331 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: 907 $
14 * $Author: tabma $
15 * $Date: 2010-10-04 09:20:46 +0000 (ma, 04 okt 2010) $
16 */
17class HomeController {
18    def index = {
19       [ studyCount: dbnp.studycapturing.Study.count() ]
20    }
21   
22}
Note: See TracBrowser for help on using the repository browser.