source:
trunk/grails-app/domain/nimble/User.groovy
@
69
Last change on this file since 69 was 69, checked in by duh, 13 years ago | |
---|---|
|
|
File size: 122 bytes |
Rev | Line | |
---|---|---|
[51] | 1 | |
2 | package nimble | |
3 | ||
4 | class User extends intient.nimble.domain.UserBase { | |
5 | ||
6 | // Extend UserBase with your custom values here | |
7 | ||
8 | } |
Note: See TracBrowser
for help on using the repository browser.