1
0

Preliminary nutrient computation from formulas

This commit is contained in:
cryptogopher
2019-11-05 16:02:53 +01:00
parent dd6b21d834
commit d70a17f58b
2 changed files with 43 additions and 3 deletions

View File

@@ -60,4 +60,10 @@ class Quantity < ActiveRecord::Base
def toggle_primary!
self.toggle!(:primary)
end
def formula_quantities
end
def calculate(inputs)
end
end