source: trunk/grails-app/domain/dbnp/user/User.groovy @ 814

Last change on this file since 814 was 814, checked in by keesvb, 13 years ago

re-added nimble 0.4, after re-adding plugin and running jack-be-nimble everything seems to work fine, also with WAR deployment

  • Property svn:keywords set to Author Rev Date
File size: 130 bytes
Line 
1
2package dbnp.user
3
4class User extends grails.plugins.nimble.core.UserBase {
5
6        // Extend UserBase with your custom values here
7
8}
Note: See TracBrowser for help on using the repository browser.