Merge branch 'master' into dashboard
This commit is contained in:
@@ -116,9 +116,6 @@ module Abilities
|
||||
|
||||
can [:create, :show], ProposalNotification, proposal: { author_id: user.id }
|
||||
|
||||
can :create, Annotation
|
||||
can [:update, :destroy], Annotation, user_id: user.id
|
||||
|
||||
can [:create], Topic
|
||||
can [:update, :destroy], Topic, author_id: user.id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user