source: trunk/grails-app/domain/nimble/User.groovy @ 166

Last change on this file since 166 was 162, checked in by duh, 14 years ago
  • set keyword expansion
  • Property svn:keywords set to
    Date
    Author
    Rev
File size: 187 bytes
Line 
1package nimble
2
3class 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.