app/controllers/agilibox/application_controller.rb in agilibox-1.3.6 vs app/controllers/agilibox/application_controller.rb in agilibox-1.4.0

- old
+ new

@@ -1,5 +1,3 @@ -module Agilibox - class ApplicationController < ActionController::Base - protect_from_forgery with: :exception - end +class Agilibox::ApplicationController < Agilibox.parent_controller + protect_from_forgery with: :exception end