Index: trunk/grails-app/domain/LifePlan.groovy
===================================================================
--- trunk/grails-app/domain/LifePlan.groovy	(revision 728)
+++ 	(revision )
@@ -1,18 +1,0 @@
-class LifePlan {
-
-    String name
-    String description = ""
-    boolean isActive = true
-
-//     static hasMany = []
-
-//     static belongsTo = []
-
-//     static constraints = {
-//     }
-
-    String toString() {
-        "${this.name}"
-    }
-}
-
