diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 81fe791..a18071f 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,6 +1,8 @@ +require 'kaui/error_handler' + # All engines will inherit from this controller (naming convention) class ApplicationController < ActionController::Base - + include Kaui::ErrorHandler layout Kaui.config[:layout] protect_from_forgery