Sha256: 1ac68571853b623040475b50bbbff7925bd88982af80f7c0b06ca7c2974b9873
Contents?: true
Size: 413 Bytes
Versions: 14
Compression:
Stored size: 413 Bytes
Contents
class AutomobileTypeFuelYearControl < ActiveRecord::Base set_primary_key :name belongs_to :control, :class_name => 'AutomobileTypeFuelControl', :foreign_key => 'type_fuel_control_name' data_miner do tap "Brighter Planet's sanitized automobile type fuel year control 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