]> source.dussan.org Git - redmine.git/commitdiff
Use #skip_after_action instead of #skip_after_filter.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 1 Jun 2017 18:29:18 +0000 (18:29 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 1 Jun 2017 18:29:18 +0000 (18:29 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16589 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/attachments_controller.rb

index 441243542c767a7ef424204a642ecc104901cbd5..1c79ff4b36784425950ac608ae2033b1d164523f 100644 (file)
@@ -25,7 +25,7 @@ class AttachmentsController < ApplicationController
 
   # Disable check for same origin requests for JS files, i.e. attachments with
   # MIME type text/javascript.
-  skip_after_filter :verify_same_origin_request, :only => :download
+  skip_after_action :verify_same_origin_request, :only => :download
 
   accept_api_auth :show, :download, :thumbnail, :upload, :update, :destroy