]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/changesets_controller.rb
Standardise on avoiding except lists for check_api_readable
[rails.git] / app / controllers / api / changesets_controller.rb
index 2e21f0c75e10387bbec4126c03c073ffd2fd20c9..71ffc6d137baa7994e46c5f875e97cf17b216b06 100644 (file)
@@ -2,8 +2,8 @@
 
 module Api
   class ChangesetsController < ApiController
+    before_action :check_api_readable
     before_action :check_api_writable, :only => [:create, :update, :upload, :subscribe, :unsubscribe]
-    before_action :check_api_readable, :except => [:index, :create, :update, :upload, :download, :subscribe, :unsubscribe]
     before_action :setup_user_auth, :only => [:show]
     before_action :authorize, :only => [:create, :update, :upload, :close, :subscribe, :unsubscribe]