Added Food controller methods for index, show, create and destroy
Added Recipe_foods controller methods for new, create, edit, update and destroy Modified recipe_foods query on Recipes controller to come from model rather than from search query Added food and recipe_food model logic
Modified user and recipe models to add dependant destroy conditions Created views for food and recipe_food
Modified routes to create routed dependencies between models
Added Food controller methods for index, show, create and destroy Added Recipe_foods controller methods for new, create, edit, update and destroy Modified recipe_foods query on Recipes controller to come from model rather than from search query Added food and recipe_food model logic Modified user and recipe models to add dependant destroy conditions Created views for food and recipe_food Modified routes to create routed dependencies between models