ihassin / myrecipes

practice round

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication updates:

1- Show recipe page -> Ability to Edit/update only own recipe 2- Navigation partial -> Toggle Menu, restrict new 3- Restrict thumbs up and thumbs down action to logged_in users only 4- Recipe -> update to current_user 5- Like -> update to current_user 6- Before_action :require_user, exceptL [:show, :index] 7- Before_action :require_same_user for shefs, only: [:edit, :update]

About

practice round


Languages

Language:Ruby 65.3%Language:HTML 29.2%Language:CSS 4.1%Language:JavaScript 1.4%