source:
trunk/grails-app/domain/nimble/User.groovy
@
299
Last change on this file since 299 was 299, checked in by duh, 13 years ago | |
---|---|
|
|
File size: 187 bytes |
Rev | Line | |
---|---|---|
[51] | 1 | package nimble |
2 | ||
3 | class User extends intient.nimble.domain.UserBase { | |
4 | ||
5 | // Extend UserBase with your custom values here | |
6 | ||
[80] | 7 | def String toString() { |
8 | return this.username; | |
9 | } | |
10 | ||
11 | ||
[51] | 12 | } |
Note: See TracBrowser
for help on using the repository browser.