parent
6c2432ae42
commit
99b380765a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ class Ability
|
|||
include CanCan::Ability
|
||||
|
||||
def initialize(user)
|
||||
can [:relation, :relation_history, :way, :way_history, :node, :node_history, :changeset, :note], :browse
|
||||
can [:relation, :relation_history, :way, :way_history, :node, :node_history, :changeset, :note, :new_note], :browse
|
||||
can [:index, :feed, :read, :download, :query], Changeset
|
||||
can :index, ChangesetComment
|
||||
can :search, :direction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue