GhostEsso / ror-recipe-app

MIT License
3 stars 1 forks source link

Features - Model, controllers and view updates #34

Closed wickathou closed 1 year ago

wickathou commented 1 year ago

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