##// END OF EJS Templates
Use .around_action instead of .around_filter....
Jean-Philippe Lang -
r15276:5e9345912809
parent child
Show More
@@ -46,7 +46,7 module Redmine
46 46 extend ActiveSupport::Concern
47 47
48 48 included do
49 around_filter :sudo_mode
49 around_action :sudo_mode
50 50 end
51 51
52 52 # Sudo mode Around Filter
General Comments 0
You need to be logged in to leave comments. Login now