Class: CommandTower::MeController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- CommandTower::MeController
- Defined in:
- app/controllers/command_tower/me_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
11 12 13 14 15 16 17 |
# File 'app/controllers/command_tower/me_controller.rb', line 11 def show result = CommandTower::Workflows::Me::ShowWorkflow.call( current_user: current_user, auth_context: current_auth_context ) render_application_result(result) end |