]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/old_elements_controller.rb
Merge remote-tracking branch 'upstream/pull/4605'
[rails.git] / app / controllers / api / old_elements_controller.rb
index 6a468a900631953247414ecee55145745c393e62..2343252dbb0a63243ece6e1c90c9de0875dfee4c 100644 (file)
@@ -3,7 +3,6 @@
 # nodes, ways and relations are basically identical.
 module Api
   class OldElementsController < ApiController
-    before_action :check_api_readable
     before_action :check_api_writable, :only => [:redact]
     before_action :setup_user_auth, :only => [:history, :show]
     before_action :authorize, :only => [:redact]