Sha256: 0122897393350e8c4c1ef8f43b091d646cac2f84dc1fc08673f3005c40f676c5

Contents?: true

Size: 498 Bytes

Versions: 14

Compression:

Stored size: 498 Bytes

Contents

class AutomobileTypeFuelYear < ActiveRecord::Base
  set_primary_key :name
  
  has_many :year_controls, :class_name => 'AutomobileTypeFuelYearControl', :foreign_key => 'type_fuel_year_name'
  belongs_to :type_year, :class_name => 'AutomobileTypeYear', :foreign_key => 'type_year_name'
  
  data_miner do
    tap "Brighter Planet's sanitized automobile type fuel year data", Earth.taps_server
    
    process "pull dependencies" do
      run_data_miner_on_belongs_to_associations
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
earth-0.5.0 lib/earth/automobile/automobile_type_fuel_year.rb
earth-0.4.12 lib/earth/automobile/automobile_type_fuel_year.rb
earth-0.4.11 lib/earth/automobile/automobile_type_fuel_year.rb
earth-0.4.10 lib/earth/automobile/automobile_type_fuel_year.rb
earth-0.4.9 lib/earth/automobile/automobile_type_fuel_year.rb
earth-0.4.8 lib/earth/automobile/automobile_type_fuel_year.rb
earth-0.4.7 lib/earth/automobile/automobile_type_fuel_year.rb
earth-0.4.6 lib/earth/automobile/automobile_type_fuel_year.rb
earth-0.4.5 lib/earth/automobile/automobile_type_fuel_year.rb
earth-0.4.4 lib/earth/automobile/automobile_type_fuel_year.rb
earth-0.4.3 lib/earth/automobile/automobile_type_fuel_year.rb
earth-0.4.2 lib/earth/automobile/automobile_type_fuel_year.rb
earth-0.4.1 lib/earth/automobile/automobile_type_fuel_year.rb
earth-0.4.0 lib/earth/automobile/automobile_type_fuel_year.rb