Changeset 147 for trunk/grails-app/domain/Authority.groovy
- Timestamp:
- Oct 8, 2009, 7:58:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Authority.groovy
r58 r147 12 12 description() 13 13 } 14 15 String toString() { 16 "${this.authority}" 17 } 14 18 }
Note: See TracChangeset
for help on using the changeset viewer.