I want to link a model
Tasks
to aUser
properly, to make sure that only an authenticated user can access only theTasks
and dependent models that belong_toUser
andTask
My user model was generated using nifty authentication from Railscasts' Ryan B
I'm having a lot of trouble finding a guide on how to set up these views to be secure.
Any suggestions SO?