Module: BrighterPlanet::Consignment::Data
- Defined in:
- lib/consignment/data.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/consignment/data.rb', line 4 def self.included(base) base.data_miner do schema do end process :run_data_miner_on_belongs_to_associations end end |