Class: Sibu::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Sibu::ApplicationController
show all
- Defined in:
- app/controllers/sibu/application_controller.rb
Instance Method Summary
collapse
Instance Method Details
#conf ⇒ Object
6
7
8
|
# File 'app/controllers/sibu/application_controller.rb', line 6
def conf
Rails.application.config.sibu
end
|
#sibu_user ⇒ Object
10
11
12
|
# File 'app/controllers/sibu/application_controller.rb', line 10
def sibu_user
send(conf[:current_user])
end
|