Class: UffizziCore::Api::Cli::V1::Projects::Deployments::ApplicationController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- UffizziCore::Api::Cli::V1::Projects::Deployments::ApplicationController
- Defined in:
- app/controllers/uffizzi_core/api/cli/v1/projects/deployments/application_controller.rb
Direct Known Subclasses
ActivityItemsController, Containers::ApplicationController, ContainersController, EventsController
Instance Method Summary collapse
Instance Method Details
#resource_deployment ⇒ Object
4 5 6 |
# File 'app/controllers/uffizzi_core/api/cli/v1/projects/deployments/application_controller.rb', line 4 def resource_deployment @resource_deployment ||= resource_project.deployments.active.find(params[:deployment_id]) end |