Class: Sibu::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Sibu::ApplicationController
- Defined in:
- app/controllers/sibu/application_controller.rb
Direct Known Subclasses
DocumentsController, ImagesController, PagesController, SitesController
Instance Method Summary collapse
Instance Method Details
#sibu_user ⇒ Object
6 7 8 |
# File 'app/controllers/sibu/application_controller.rb', line 6 def sibu_user send(Rails.application.config.sibu[:current_user]) end |