Class: Api::V1::CredentialsController
- Inherits:
-
BaseController
- Object
- BaseController
- Api::V1::CredentialsController
- Defined in:
- app/controllers/api/v1/credentials_controller.rb
Instance Method Summary collapse
Instance Method Details
#me ⇒ Object
7 8 9 |
# File 'app/controllers/api/v1/credentials_controller.rb', line 7 def me respond_with current_resource_owner end |