Sha256: e84dfba7bd5e71783c46aa337b93403d8bd421bc0f59e0941cf4ec343039a2bb

Contents?: true

Size: 620 Bytes

Versions: 18

Compression:

Stored size: 620 Bytes

Contents

class AutomobileMake < ActiveRecord::Base
  set_primary_key :name
  
  has_many :make_years,               :class_name => 'AutomobileMakeYear',             :foreign_key => 'make_name'
  has_many :models,                   :class_name => 'AutomobileMakeModel',            :foreign_key => 'make_name'
  has_many :fleet_years,              :class_name => 'AutomobileMakeFleetYear',        :foreign_key => 'make_name'
  has_many :make_model_year_variants, :class_name => 'AutomobileMakeModelYearVariant', :foreign_key => 'make_name'
  
  data_miner do
    tap "Brighter Planet's make year data", Earth.taps_server
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
earth-0.5.0 lib/earth/automobile/automobile_make.rb
earth-0.4.12 lib/earth/automobile/automobile_make.rb
earth-0.4.11 lib/earth/automobile/automobile_make.rb
earth-0.4.10 lib/earth/automobile/automobile_make.rb
earth-0.4.9 lib/earth/automobile/automobile_make.rb
earth-0.4.8 lib/earth/automobile/automobile_make.rb
earth-0.4.7 lib/earth/automobile/automobile_make.rb
earth-0.4.6 lib/earth/automobile/automobile_make.rb
earth-0.4.5 lib/earth/automobile/automobile_make.rb
earth-0.4.4 lib/earth/automobile/automobile_make.rb
earth-0.4.3 lib/earth/automobile/automobile_make.rb
earth-0.4.2 lib/earth/automobile/automobile_make.rb
earth-0.4.1 lib/earth/automobile/automobile_make.rb
earth-0.4.0 lib/earth/automobile/automobile_make.rb
earth-0.3.15 lib/earth/automobile/automobile_make.rb
earth-0.3.14 lib/earth/automobile/automobile_make.rb
earth-0.3.13 lib/earth/automobile/automobile_make.rb
earth-0.3.11 lib/earth/automobile/automobile_make.rb