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