spec/dummy/app/controllers/application_controller.rb in enju_leaf-1.2.0.beta.1 vs spec/dummy/app/controllers/application_controller.rb in enju_leaf-1.2.0.beta.2
- old
+ new
@@ -1,7 +1,6 @@
class ApplicationController < ActionController::Base
protect_from_forgery
- include EnjuLeaf::Controller
include EnjuBiblio::Controller
include EnjuLibrary::Controller
before_action :set_paper_trail_whodunnit
after_action :verify_authorized