forked from fixin.me/fixin.me
6 lines
99 B
Ruby
6 lines
99 B
Ruby
class Readout < ApplicationRecord
|
|
belongs_to :user
|
|
belongs_to :quantity
|
|
belongs_to :unit
|
|
end
|