EddyShimwa/Recipe_app

[4pts] Create a Public recipe list page (Member A)

Opened this issue · 2 comments

Requirements

  • Public recipe list:
    • Should display a list of all public recipes ordered by newest as in the wireframe.
    • Should lead to recipe details.

Tasks

  • Define the #index action in PublicRecipesController
  • Select all recipes with public: true from the database
  • Create a view to display the public recipes

Wireframe

Image