Class: Tandem::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/tandem/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#current_userObject



9
10
11
# File 'app/controllers/tandem/application_controller.rb', line 9

def current_user
  Configuration.current_user.call(request)
end