Changeset 1013 for trunk/grails-app/domain/dbnp/studycapturing/Event.groovy
- Timestamp:
- Oct 28, 2010, 8:05:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Event.groovy
r959 r1013 12 12 */ 13 13 class Event extends TemplateEntity { 14 15 static searchable = true 14 16 15 17 static belongsTo = [parent : Study]
Note: See TracChangeset
for help on using the changeset viewer.