source:
trunk/grails-app/domain/MetaTemplate.groovy
@
17
Last change on this file since 17 was 17, checked in by gajula, 13 years ago | |
---|---|
File size: 129 bytes |
Line | |
---|---|
1 | class MetaTemplate { |
2 | |
3 | String name |
4 | Date created |
5 | Date modified |
6 | |
7 | static constraints = { |
8 | |
9 | } |
10 | } |
Note: See TracBrowser
for help on using the repository browser.