Class: Kaui::EngineController

Inherits:
ApplicationController
  • Object
show all
Includes:
ErrorHelper
Defined in:
app/controllers/kaui/engine_controller.rb

Instance Method Summary collapse

Methods included from ErrorHelper

#as_string

Instance Method Details

#current_userObject

Used for auditing purposes



9
10
11
# File 'app/controllers/kaui/engine_controller.rb', line 9

def current_user
  super rescue Kaui.config[:default_current_user]
end