Matheus Lima

Results 3 issues of Matheus Lima

when: ```ruby can :update, Note { |note| note.writer_id == user.id } ``` ### CanCan handle undefined method exception (undefined method Note' for # ) when: ```ruby can :update, Note do...