Changeset 506 for trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
- Timestamp:
- Jun 1, 2010, 1:09:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r496 r506 21 21 * @return List 22 22 */ 23 List<TemplateField> giveDomainFields() { return Study.domainFields }23 static List<TemplateField> giveDomainFields() { return Study.domainFields } 24 24 25 25 static final List<TemplateField> domainFields =
Note: See TracChangeset
for help on using the changeset viewer.