source: trunk/grails-app/controllers/StudyController.groovy @ 74

Last change on this file since 74 was 74, checked in by duh, 13 years ago
  • set keyword expansion
  • Property svn:keywords set to Rev Date Author
File size: 280 bytes
Line 
1/**
2 * Home Controler
3 *
4 * My Description
5 *
6 * @author  Kees van Bochove
7 * @since   20091028
8 * @package studycapturing
9 *
10 * Revision information:
11 * $Rev: 74 $
12 * $Author: duh $
13 * $Date: 2010-01-05 10:39:34 +0000 (di, 05 jan 2010) $
14 */
15class StudyController extends BaseController {
16    def scaffold = dbnp.studycapturing.Study
17}
Note: See TracBrowser for help on using the repository browser.