Class: UffizziCore::Api::Cli::V1::ApplicationController
- Inherits:
-
UffizziCore::ApplicationController
- Object
- UffizziCore::ApplicationController
- UffizziCore::Api::Cli::V1::ApplicationController
show all
- Defined in:
- app/controllers/uffizzi_core/api/cli/v1/application_controller.rb
Instance Method Summary
collapse
Instance Method Details
#resource_account ⇒ Object
10
11
12
|
# File 'app/controllers/uffizzi_core/api/cli/v1/application_controller.rb', line 10
def resource_account
@resource_account ||= resource_project.account
end
|
#resource_project ⇒ Object
6
7
8
|
# File 'app/controllers/uffizzi_core/api/cli/v1/application_controller.rb', line 6
def resource_project
@resource_project ||= current_user.projects.find_by!(slug: params[:slug])
end
|