fixin.me/app/models/readout.rb

6 lines
99 B
Ruby

class Readout < ApplicationRecord
belongs_to :user
belongs_to :quantity
belongs_to :unit
end