Class: CommandTower::Admin::WorkspaceController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/command_tower/admin/workspace_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



8
9
10
11
12
# File 'app/controllers/command_tower/admin/workspace_controller.rb', line 8

def show
  render_application_result(
    CommandTower::Workflows::Admin::Workspace::ManifestWorkflow.call(user: current_user)
  )
end