Create Readout model

This commit is contained in:
2025-01-22 00:14:15 +01:00
parent 6300273186
commit 3d7daa8944
3 changed files with 37 additions and 1 deletions

5
app/models/readout.rb Normal file
View File

@@ -0,0 +1,5 @@
class Readout < ApplicationRecord
belongs_to :user
belongs_to :quantity
belongs_to :unit
end