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.
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.