Class: UffizziCore::Api::Cli::V1::ApplicationController

Inherits:
UffizziCore::ApplicationController
  • Object
show all
Defined in:
app/controllers/uffizzi_core/api/cli/v1/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#resource_accountObject



10
11
12
# File 'app/controllers/uffizzi_core/api/cli/v1/application_controller.rb', line 10

def 
  @resource_account ||= resource_project.
end

#resource_projectObject



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