Added nested nutrients in ingredient form
This commit is contained in:
@@ -4,6 +4,7 @@ class IngredientsController < ApplicationController
|
||||
|
||||
def index
|
||||
@ingredient = Ingredient.new
|
||||
@nutrient = Nutrient.new
|
||||
@ingredients = @project.ingredients
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user