source:
trunk/grails-app/domain/nimble/NimbleUser.groovy
@
51
Last change on this file since 51 was 51, checked in by duh, 14 years ago | |
---|---|
File size: 128 bytes |
Line | |
---|---|
1 | |
2 | package nimble |
3 | |
4 | class NimbleUser 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.