Class: Tandem::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Tandem::ApplicationController
- Defined in:
- app/controllers/tandem/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#current_user ⇒ Object
9 10 11 |
# File 'app/controllers/tandem/application_controller.rb', line 9 def current_user Configuration.current_user.call(request) end |