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