Class: Sibu::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/sibu/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#sibu_userObject



6
7
8
# File 'app/controllers/sibu/application_controller.rb', line 6

def sibu_user
  send(Rails.application.config.sibu[:current_user])
end