class Readout < ApplicationRecord ATTRIBUTES = [:quantity_id, :value, :unit_id, :taken_at] belongs_to :user belongs_to :quantity belongs_to :unit end