Module: BrighterPlanet::Meeting::Data
- Defined in:
- lib/meeting/data.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 7 8 9 10 11 12 13 14 15 |
# File 'lib/meeting/data.rb', line 4 def self.included(base) base.data_miner do schema do float 'area' float 'duration' string 'zip_code_name' string 'state_postal_abbreviation' end process :run_data_miner_on_belongs_to_associations end end |