summaryrefslogtreecommitdiffstats
path: root/app/controllers/imports_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/imports_controller.rb')
-rw-r--r--app/controllers/imports_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/imports_controller.rb b/app/controllers/imports_controller.rb
index cb5446c14..4c9f3e074 100644
--- a/app/controllers/imports_controller.rb
+++ b/app/controllers/imports_controller.rb
@@ -19,8 +19,8 @@ require 'csv'
class ImportsController < ApplicationController
- before_filter :find_import, :only => [:show, :settings, :mapping, :run]
- before_filter :authorize_global
+ before_action :find_import, :only => [:show, :settings, :mapping, :run]
+ before_action :authorize_global
helper :issues
helper :queries