Changeset 770 for trunk/grails-app/domain/nimble/Profile.groovy
- Timestamp:
- Aug 3, 2010, 2:00:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/nimble/Profile.groovy
r496 r770 1 /** 2 * Nimble Profile Domain Class 3 * 4 * @see http://www.grails.org/plugin/nimble 5 * 6 * Revision information: 7 * $Rev$ 8 * $Author$ 9 * $Date$ 10 */ 1 11 2 12 package nimble 3 13 4 class Profile extends intient.nimble.domain.ProfileBase { 5 14 class Profile extends grails.plugins.nimble.core.ProfileBase { 6 15 // Extend ProfileBase with your custom values here 7 8 16 }
Note: See TracChangeset
for help on using the changeset viewer.