Skip to content

Commit

Permalink
Merge pull request #80 from tungleduyxyz/moving_exception_handler_to_…
Browse files Browse the repository at this point in the history
…standalone_app

Handle exceptions
  • Loading branch information
pierre authored Jun 25, 2024
2 parents 4ed30ef + a573471 commit adf3623
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit adf3623

Please sign in to comment.