Last change
on this file since 1426 was
1426,
checked in by work@…, 10 years ago
|
- Resolved part of improvement #225
- refactored the template model out of GSCF into the GDT (Grails Domain Templates) plugin version 0.0.1
- still work needs to be done (move template editor into gdt, etcetera)
- fix template owner
- some methods are missing from Template, but most of it works
|
-
Property svn:keywords set to
Author Date Rev
|
File size:
455 bytes
|
Rev | Line | |
---|
[697] | 1 | /** |
---|
| 2 | * AssayModuleController Controller |
---|
| 3 | * |
---|
| 4 | * Temporary scaffold class to be able to create assays |
---|
| 5 | * |
---|
| 6 | * @author keesvb |
---|
| 7 | * @since 20100821 |
---|
| 8 | * @package dbnp.studycapturing |
---|
| 9 | * |
---|
| 10 | * Revision information: |
---|
| 11 | * $Rev: 1426 $ |
---|
| 12 | * $Author: work@osx.eu $ |
---|
| 13 | * $Date: 2011-01-21 18:37:02 +0000 (vr, 21 jan 2011) $ |
---|
| 14 | */ |
---|
| 15 | package dbnp.studycapturing |
---|
| 16 | |
---|
[1426] | 17 | import nl.grails.plugins.gdt.* |
---|
| 18 | |
---|
[697] | 19 | class AssayModuleController { |
---|
| 20 | // Scaffold this class to circumvent not being able to add assays (0.4) |
---|
[1426] | 21 | def scaffold = nl.grails.plugins.gdt.AssayModule |
---|
[697] | 22 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.