Class: ClarkKent::ApplicationController

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/clark_kent/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#clark_kent_userObject



3
4
5
# File 'app/controllers/clark_kent/application_controller.rb', line 3

def clark_kent_user
  @clark_kent_user ||= send ClarkKent.current_user_method
end