]> git.openstreetmap.org Git - rails.git/blobdiff - app/abilities/ability.rb
Add way version pages
[rails.git] / app / abilities / ability.rb
index c7080595c7b8d010f88a834dfa1b9862684b8ec3..643465c5423126d5dfa03f96154637cb93de3107 100644 (file)
@@ -6,6 +6,8 @@ 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, :new], Note
     can :search, :direction
     can [:index, :permalink, :edit, :help, :fixthemap, :offline, :export, :about, :communities, :preview, :copyright, :key, :id], :site