/GppGrailsTest/grails-app/domain/gppgrailstest/Book.groovy
http://github.com/alextkachman/grailspp · Groovy · 9 lines · 6 code · 3 blank · 0 comment · 0 complexity · 2366308fcafef9c7184fa647e6d12b53 MD5 · raw file
- package gppgrailstest
- class Book {
- static constraints = {
- }
- String author, title
- }