Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 271 Bytes

part4.md

File metadata and controls

6 lines (4 loc) · 271 Bytes

User Login

Use devise to add user login to your app. Add User associations to each of your models. This is only a simple foreign key relationship for each model in your app. (belongs_to, has_many)

Restrict users from editing things that don't belong to them.