diff --git a/lib/redmine/sudo_mode.rb b/lib/redmine/sudo_mode.rb index 6d3ac68..d4f2660 100644 --- a/lib/redmine/sudo_mode.rb +++ b/lib/redmine/sudo_mode.rb @@ -46,7 +46,7 @@ module Redmine extend ActiveSupport::Concern included do - around_filter :sudo_mode + around_action :sudo_mode end # Sudo mode Around Filter