Sha256: a289f6099ed5d0f44beba9d3b11eb03eb12e1506df3da2dce84ff2b565b2a6b5
Contents?: true
Size: 360 Bytes
Versions: 3
Compression:
Stored size: 360 Bytes
Contents
module BrighterPlanet module BusTrip module Data def self.included(base) base.data_miner do schema do string 'bus_class_name' float 'duration' float 'distance' end process :run_data_miner_on_belongs_to_associations end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bus_trip-0.0.15 | lib/bus_trip/data.rb |
bus_trip-0.0.14 | lib/bus_trip/data.rb |
bus_trip-0.0.13 | lib/bus_trip/data.rb |