Ignore:
Timestamp:
Aug 9, 2010, 2:29:35 PM (13 years ago)
Author:
duh
Message:
  • removed Nimble plugin as it breaks war deployments on Tomcat
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 */
    215package nimble
    316
    4 class User extends grails.plugins.nimble.core.UserBase {
    5 
    6         // Extend UserBase with your custom values here
    7 
     17class User {
     18    static constraints = {
     19    }
    820}
Note: See TracChangeset for help on using the changeset viewer.