GhostEsso / ror-recipe-app

MIT License
3 stars 1 forks source link

[1pt] Controllers & Views (Public Recipe)#7 #18

Closed GhostEsso closed 1 year ago

GhostEsso commented 1 year ago

Create controllers with actions to handle the required URL in the Wireframes. Add views for each controller#action: Public recipe list: Should display a list of all public recipes ordered by newest as in the wireframe. Should lead to recipe details. If the user is the owner of the recipe, should allow the user to delete it.