Changeset 790 for trunk/grails-app/domain/nimble/User.groovy
- Timestamp:
- Aug 9, 2010, 2:29:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/nimble/User.groovy
r784 r790 1 1 /** 2 * User Domain Class 3 * 4 * Description of my domain class 5 * 6 * @author your email (+name?) 7 * @since 2010mmdd 8 * @package ??? 9 * 10 * Revision information: 11 * $Rev$ 12 * $Author$ 13 * $Date$ 14 */ 2 15 package nimble 3 16 4 class User extends grails.plugins.nimble.core.UserBase { 5 6 // Extend UserBase with your custom values here 7 17 class User { 18 static constraints = { 19 } 8 20 }
Note: See TracChangeset
for help on using the changeset viewer.