1
0

Measurement/readouts WIP

This commit is contained in:
cryptogopher
2019-11-16 18:39:46 +01:00
parent eb379c7835
commit 22aeda720d
8 changed files with 97 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
module BodyTracking
module ProjectPatch
Project.class_eval do
has_many :measurements, -> { order "name" }, dependent: :destroy
has_many :ingredients, -> { order "name" }, dependent: :destroy
has_many :sources, dependent: :destroy