Ignore:
Timestamp:
Aug 23, 2010, 3:40:32 PM (13 years ago)
Author:
keesvb
Message:

moved Nimble BootStrap? to BootStrap? (there seems to be no way to hack the Nimble Bootstrap to execute before the application BootStrap?), assigned the example studies to the example user, updated study/show to show the study user

File:
1 edited

Legend:

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

    r814 r830  
    22package dbnp.user
    33
    4 class User extends grails.plugins.nimble.core.UserBase {
     4class User extends grails.plugins.nimble.core.UserBase implements Serializable {
    55
    66        // Extend UserBase with your custom values here
    77
     8        def String toString() {
     9                return username;
     10        }
     11
    812}
Note: See TracChangeset for help on using the changeset viewer.