Create message read_mark resource
This commit is contained in:
parent
8cf77a2f36
commit
cc3bccb9b3
9 changed files with 179 additions and 116 deletions
|
@ -43,7 +43,7 @@ class Ability
|
|||
can :update, DiaryEntry, :user => user
|
||||
can [:create], DiaryComment
|
||||
can [:show, :create, :destroy], Follow
|
||||
can [:read, :create, :mark, :unmute, :destroy], Message
|
||||
can [:read, :create, :unmute, :destroy], Message
|
||||
can [:close, :reopen], Note
|
||||
can [:read, :update], :preference
|
||||
can :update, :profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue