Replace after_filter with after_action

pull/6827/head
Oliver Günther 8 years ago
parent cbf77da1de
commit 92c0ad138b
  1. 2
      lib/open_project/backlogs/patches/my_controller_patch.rb

@ -40,7 +40,7 @@ module OpenProject::Backlogs::Patches::MyControllerPatch
base.class_eval do
include InstanceMethods
after_filter :save_backlogs_preferences, only: [:settings]
after_action :save_backlogs_preferences, only: [:settings]
end
end

Loading…
Cancel
Save