831be98f9a
b520d602ff
1a474cc8e4
96c1cafd3a
1 2
3
4
5
6 7
8
# frozen_string_literal: true class Speedometer < ActiveRecord::Base self.primary_key = :speedometer_id belongs_to :dashboard has_many :minivans end