Changeset 399 for trunk/grails-app/domain
- Timestamp:
- Feb 22, 2010, 9:46:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Person.groovy
r397 r399 26 26 boolean isActive = true 27 27 28 String email29 boolean emailShow = true30 31 28 /** description */ 32 29 String description = '' … … 42 39 description() 43 40 department(nullable:true) 44 email()45 emailShow()46 41 isActive() 47 42 //Enforcing minSize on password does not work since "" gets encoded to a string.
Note: See TracChangeset
for help on using the changeset viewer.