GhostEsso / ror-recipe-app

MIT License
3 stars 1 forks source link

Controllers & Views (Public Recipes) #33

Closed GhostEsso closed 1 year ago

GhostEsso commented 1 year ago

In this branch, I created #public_recipes action in recipe_controller.rb to handle the required URL (/public_recipes) in the Wireframes. I added views for each recipes#public_recipes. Public recipe list:

displays a list of all public recipes ordered by newest as in the wireframe. leads to recipe details. if the user is the owner of the recipe, allows the user to delete it.