Class: WcmsApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- WcmsApplicationController
- Includes:
- Pundit
- Defined in:
- app/controllers/wcms_application_controller.rb
Overview
ApplicationController should inherit from this controller.
Instance Method Summary collapse
Instance Method Details
#current_user ⇒ Object
15 16 17 |
# File 'app/controllers/wcms_application_controller.rb', line 15 def current_user authentication.user end |