Changeset 1584 for trunk/grails-app/domain/dbnp/authentication
- Timestamp:
- Mar 3, 2011, 8:02:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/authentication/SecUser.groovy
r1430 r1584 42 42 return getAuthorities().contains(SecRole.findByAuthority('ROLE_ADMIN')); 43 43 } 44 45 44 }
Note: See TracChangeset
for help on using the changeset viewer.