app/controllers/spotlight/application_controller.rb in blacklight-spotlight-0.17.1 vs app/controllers/spotlight/application_controller.rb in blacklight-spotlight-0.18.0
- old
+ new
@@ -8,7 +8,9 @@
include Spotlight::Concerns::ApplicationController
before_action do
flash.now[:notice] = flash[:notice].html_safe if flash[:html_safe] && flash[:notice]
end
+
+ before_action :set_paper_trail_whodunnit
end
end