/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

  1. package gppgrailstest
  2. class Book {
  3. static constraints = {
  4. }
  5. String author, title
  6. }