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/Manufacturer.groovy

    r116 r373  
    88
    99    static belongsTo = [InventoryItem]
    10    
    11     static contstraints = {
     10
     11    static constraints = {
    1212        name(maxSize:50,unique:true,blank:false)
    1313        description(maxSize:100)
Note: See TracChangeset for help on using the changeset viewer.