Changeset 640 for trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
- Timestamp:
- Jul 2, 2010, 9:38:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r564 r640 10 10 */ 11 11 class Study extends TemplateEntity implements Serializable { 12 static searchable = true 12 static searchable = { 13 [only: ['title', 'Description']] 14 } 15 13 16 nimble.User owner 14 17 String title
Note: See TracChangeset
for help on using the changeset viewer.