uris77
5/9/2012 - 5:37 AM

Store.groovy

package org.wherecaniget

class Store {

   String name

    static constraints = {
      name blank:false
    }
}