]> git.openstreetmap.org Git - rails.git/commitdiff
Allow everybody to query features
authorTom Hughes <tom@compton.nu>
Wed, 9 Jan 2019 19:15:55 +0000 (19:15 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 9 Jan 2019 19:15:55 +0000 (19:15 +0000)
app/abilities/ability.rb

index acd11926c32940f872d7844554a3d8fe1c7606c7..dca80ebbabdfd96917da46dd19319d212aac6bd5 100644 (file)
@@ -4,7 +4,8 @@ class Ability
   include CanCan::Ability
 
   def initialize(user)
-    can [:relation, :relation_history, :way, :way_history, :node, :node_history, :changeset, :note, :new_note], :browse
+    can [:relation, :relation_history, :way, :way_history, :node, :node_history,
+         :changeset, :note, :new_note, :query], :browse
     can [:index, :feed, :read, :download, :query], Changeset
     can :index, ChangesetComment
     can :search, :direction