]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/old_controller.rb
Rename api element version action to show
[rails.git] / app / controllers / api / old_controller.rb
index ceed10978d9b614dbab6fa16298189ee9b5565ea..7c9c32e639a12602ee6678bcf800fdbbf5f1cb1c 100644 (file)
@@ -7,7 +7,7 @@ module Api
 
     before_action :check_api_readable
     before_action :check_api_writable, :only => [:redact]
-    before_action :setup_user_auth, :only => [:history, :version]
+    before_action :setup_user_auth, :only => [:history, :show]
     before_action :authorize, :only => [:redact]
 
     authorize_resource
@@ -38,7 +38,7 @@ module Api
       end
     end
 
-    def version
+    def show
       if @old_element.redacted? && !show_redactions?
         head :forbidden