Sha256: 7405b5802bcb241383f2a50b7ed9522ce65435f7ab3d60cf6e85f95eecd4ae05

Contents?: true

Size: 204 Bytes

Versions: 5

Compression:

Stored size: 204 Bytes

Contents

class Api::V1::CredentialsController < Api::V1::BaseController
  skip_before_filter :verify_api_login
  doorkeeper_for :all

  respond_to :json

  def me
    respond_with current_resource_owner
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xrono-1.0.4 app/controllers/api/v1/credentials_controller.rb
xrono-1.0.3 app/controllers/api/v1/credentials_controller.rb
xrono-1.0.2 app/controllers/api/v1/credentials_controller.rb
xrono-1.0.1 app/controllers/api/v1/credentials_controller.rb
xrono-1.0.0 app/controllers/api/v1/credentials_controller.rb