Ignore:
Timestamp:
Feb 18, 2010, 12:54:55 AM (14 years ago)
Author:
gav
Message:

Fix miss spelt constraints in domain classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/InventoryType.groovy

    r116 r373  
    55
    66    static hasMany = [inventoryItems: InventoryItem]
    7    
    8     static contstraints = {
     7
     8    static constraints = {
    99        name(maxSize:50,unique:true,blank:false)
    1010        description(maxSize:100)
Note: See TracChangeset for help on using the changeset viewer.