NATASHA-ct / recipe_app_rails

The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe.
3 stars 0 forks source link

[2pt] Add authorisation rules on public recipes #16

Open NATASHA-ct opened 1 year ago

NATASHA-ct commented 1 year ago

Hey Guy , I have implemented the authorisation for the public page as well. But I realised the name of the owner of the recipe is not showing on the recipe so we need to debug that.