forked from fixin.me/fixin.me
Create Readout model
This commit is contained in:
5
app/models/readout.rb
Normal file
5
app/models/readout.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class Readout < ApplicationRecord
|
||||
belongs_to :user
|
||||
belongs_to :quantity
|
||||
belongs_to :unit
|
||||
end
|
||||
Reference in New Issue
Block a user