Changeset 790 for trunk/grails-app/domain/nimble/Profile.groovy
- Timestamp:
- Aug 9, 2010, 2:29:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/nimble/Profile.groovy
r784 r790 1 1 /** 2 * Profile 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 Profile extends grails.plugins.nimble.core.ProfileBase { 5 6 // Extend ProfileBase with your custom values here 7 17 class Profile { 18 static constraints = { 19 } 8 20 }
Note: See TracChangeset
for help on using the changeset viewer.