Last change
on this file since 830 was
830,
checked in by keesvb, 12 years ago
|
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
|
-
Property svn:keywords set to
Author Rev Date
|
File size:
202 bytes
|
Line | |
---|
1 | |
---|
2 | package dbnp.user |
---|
3 | |
---|
4 | class User extends grails.plugins.nimble.core.UserBase implements Serializable { |
---|
5 | |
---|
6 | // Extend UserBase with your custom values here |
---|
7 | |
---|
8 | def String toString() { |
---|
9 | return username; |
---|
10 | } |
---|
11 | |
---|
12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.