namespace :coredata do desc "Sets up the CoreData model definition file" task :setup do CDM::FileWriter.new.create_model_definition end end