Ignore:
Timestamp:
Jan 22, 2011, 12:00:09 PM (13 years ago)
Author:
gav
Message:

Domain change: remove redundant LifePlan? domain.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/services/CreateDataService.groovy

    r750 r751  
    123123
    124124        // Assets
    125         createDemoLifePlan()
    126125        createDemoSections()
    127126        createDemoAssetTree()
     
    13641363*******************/
    13651364
    1366     def createDemoLifePlan() {
    1367 
    1368         //LifePlan
    1369         def lifeplanInstance
    1370 
    1371         lifeplanInstance = new LifePlan(name: "Initial Plan")
    1372         saveAndTest(lifeplanInstance)
    1373     }
    1374 
    13751365    def createBaseExtenededAttributeTypes() {
    13761366
Note: See TracChangeset for help on using the changeset viewer.