Sha256: 49cab6c1223c3bdbb8b6e6187ea8ea0d5f7c8f90e621f519c55f111c9aa9df01

Contents?: true

Size: 288 Bytes

Versions: 14

Compression:

Stored size: 288 Bytes

Contents

class AutomobileTypeYear < ActiveRecord::Base
  set_primary_key :name
  
  has_many :type_fuel_years, :class_name => 'AutomobileTypeFuelYear', :foreign_key => 'type_year_name'
  
  data_miner do
    tap "Brighter Planet's sanitized automobile type year data", Earth.taps_server
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

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