Changeset 180 for trunk/grails-app/domain/Asset.groovy
- Timestamp:
- Nov 4, 2009, 2:47:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Asset.groovy
r161 r180 15 15 16 16 static constraints = { 17 name(unique:true )17 name(unique:true, blank:false) 18 18 } 19 19
Note: See TracChangeset
for help on using the changeset viewer.