Ignore:
Timestamp:
Aug 17, 2010, 10:58:35 AM (13 years ago)
Author:
keesvb
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/dbnp/user/User.groovy

    r796 r814  
    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  */
     1
    152package dbnp.user
    163
    17 class User {
    18     static constraints = {
    19     }
     4class User extends grails.plugins.nimble.core.UserBase {
     5
     6        // Extend UserBase with your custom values here
     7
    208}
Note: See TracChangeset for help on using the changeset viewer.