Ignore:
Timestamp:
Nov 25, 2008, 3:58:19 PM (15 years ago)
Author:
tuxta
Message:

Set up BootStrap? and tweaked Domain classes

File:
1 edited

Legend:

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

    r18 r19  
    22    Entry entry
    33    String name
    4     String description
     4    String description = ""
    55    boolean isActive
    66
     
    1414    }
    1515
    16     static optionals = ["description"]
     16    String toString() {
     17        "${this.name}"
     18    }
    1719}
Note: See TracChangeset for help on using the changeset viewer.