blob: 862d5fbdfcdf10fe9841dddd52c76369165017e4 [file] [log] [blame]
package functional.tests
import grails.mongodb.MongoEntity
/**
* Created by graemerocher on 17/10/16.
*/
class Person implements MongoEntity<Person> {
String name
Birthday birthday
}