]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/changeset_comments_controller.rb
Merge branch 'master' into feature/add-communities-page
[rails.git] / app / controllers / api / changeset_comments_controller.rb
index 86ac612777bc1e320f5403dfe2fe71978ce7333b..8b971834d76432d2728a2d7c0bd059691a9328e4 100644 (file)
@@ -1,12 +1,12 @@
 module Api
   class ChangesetCommentsController < ApiController
+    before_action :check_api_writable
+    before_action :check_api_readable, :except => [:create]
     before_action :authorize
 
     authorize_resource
 
     before_action :require_public_data, :only => [:create]
-    before_action :check_api_writable
-    before_action :check_api_readable, :except => [:create]
     before_action :set_request_formats
     around_action :api_call_handle_error
     around_action :api_call_timeout