spec/dummy/app/controllers/application_controller.rb in enju_leaf-1.3.6 vs spec/dummy/app/controllers/application_controller.rb in enju_leaf-2.0.0.beta.1
- old
+ new
@@ -1,9 +1,8 @@
class ApplicationController < ActionController::Base
protect_from_forgery
include EnjuBiblio::Controller
include EnjuLibrary::Controller
- before_action :set_paper_trail_whodunnit
after_action :verify_authorized
include Pundit
end