Files
fixin.me/app/models/readout.rb
2025-01-22 00:14:57 +01:00

6 lines
99 B
Ruby

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