X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8383fd0928a3a431dc58c48d42bf1d19bc43ea34..d887252eeb49f905a979c21f2559c85d9a0455bd:/app/abilities/ability.rb diff --git a/app/abilities/ability.rb b/app/abilities/ability.rb index 4f0ce1bd7..2ba714990 100644 --- a/app/abilities/ability.rb +++ b/app/abilities/ability.rb @@ -8,6 +8,7 @@ class Ability can [:relation, :relation_history, :way, :way_history, :node, :node_history, :changeset, :note, :new_note, :query], :browse can :show, :capability + can :index, :change can [:index, :feed, :show, :download, :query], Changeset can :index, ChangesetComment can :search, :direction