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