lib/earth/residence/residence_class.rb in earth-0.5.0 vs lib/earth/residence/residence_class.rb in earth-0.5.2
- old
+ new
@@ -7,9 +7,9 @@
def classification
CLASSIFICATIONS.detect { |c| name.downcase.include? c }
end
- data_miner do
- tap "Brighter Planet's sanitized residence class data", Earth.taps_server
+ create_table do
+ string :name
end
end