Preliminary nutrient computation from formulas
This commit is contained in:
@@ -60,4 +60,10 @@ class Quantity < ActiveRecord::Base
|
||||
def toggle_primary!
|
||||
self.toggle!(:primary)
|
||||
end
|
||||
|
||||
def formula_quantities
|
||||
end
|
||||
|
||||
def calculate(inputs)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user