Class: Api::V1::CredentialsController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/api/v1/credentials_controller.rb

Instance Method Summary collapse

Instance Method Details

#meObject



7
8
9
# File 'app/controllers/api/v1/credentials_controller.rb', line 7

def me
  respond_with current_resource_owner
end