Sha256: 2eed57e0384aed3dc0897b4f8e1a2f8d980669f4a110a89736015fe0457e46fd

Contents?: true

Size: 358 Bytes

Versions: 4

Compression:

Stored size: 358 Bytes

Contents

module BrighterPlanet
  module AutomobileTrip
    module Data
      def self.included(base)
        base.data_miner do
          schema do
            float  'emission_factor'
            float  'fuel_use'
            string 'fuel_type_name'
          end

          process :run_data_miner_on_belongs_to_associations
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
automobile_trip-0.0.9 lib/automobile_trip/data.rb
automobile_trip-0.0.8 lib/automobile_trip/data.rb
automobile_trip-0.0.7 lib/automobile_trip/data.rb
automobile_trip-0.0.6 lib/automobile_trip/data.rb