1 2 3 4 5 6
class Speedometer < ActiveRecord::Base self.primary_key = :speedometer_id belongs_to :dashboard has_many :minivans end