lib/residence/data.rb in residence-0.0.13 vs lib/residence/data.rb in residence-0.0.14

- old
+ new

@@ -52,12 +52,10 @@ process "pull orphans" do ResidenceFuelType.run_data_miner! ResidenceFuelPrice.run_data_miner! 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