source: trunk/grails-app/domain/nimble/Profile.groovy @ 784

Last change on this file since 784 was 784, checked in by duh, 13 years ago
  • set keyword expansion
  • Property svn:keywords set to Author Rev Date
File size: 136 bytes
Line 
1
2package nimble
3
4class Profile extends grails.plugins.nimble.core.ProfileBase {
5
6        // Extend ProfileBase with your custom values here
7
8}
Note: See TracBrowser for help on using the repository browser.