]> git.openstreetmap.org Git - rails.git/blobdiff - app/abilities/ability.rb
Add minitest-focus gem
[rails.git] / app / abilities / ability.rb
index c7080595c7b8d010f88a834dfa1b9862684b8ec3..4a4eee3901def8b8544719e0066e01a57117c8c4 100644 (file)
@@ -6,6 +6,9 @@ class Ability
   def initialize(user)
     can [:relation, :relation_history, :way, :way_history, :node, :node_history,
          :changeset, :query], :browse
+    can [:show], OldNode
+    can [:show], OldWay
+    can [:show], OldRelation
     can [:show, :new], Note
     can :search, :direction
     can [:index, :permalink, :edit, :help, :fixthemap, :offline, :export, :about, :communities, :preview, :copyright, :key, :id], :site