lib/automobile/data.rb in automobile-0.0.10 vs lib/automobile/data.rb in automobile-0.0.11

- old
+ new

@@ -26,12 +26,10 @@ process "pull orphans" do AutomobileMakeFleetYear.run_data_miner! # sabshere 5/25/10 i'm not sure we actually need to have this in cm1 end - process "pull dependencies" do - run_data_miner_on_belongs_to_associations - end + process :run_data_miner_on_belongs_to_associations end end end end end