Class: WcmsApplicationController

Inherits:
ActionController::Base
  • Object
show all
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_userObject



15
16
17
# File 'app/controllers/wcms_application_controller.rb', line 15

def current_user
  authentication.user
end