Sha256: 40fac35f6dca56b2d0eb485c25c7ee918f55a22351f619e826bab76213b2ef33

Contents?: true

Size: 216 Bytes

Versions: 11

Compression:

Stored size: 216 Bytes

Contents

class TestController < ActionController::API
  include ActionController::HttpAuthentication::Token::ControllerMethods
  include ApiUserAuth::Controller

  def index
    render json: { ok: 200 }, status: 200
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
api_user_auth-0.1.9 spec/dummy/app/controllers/test_controller.rb
api_user_auth-0.1.8 spec/dummy/app/controllers/test_controller.rb
api_user_auth-0.1.7 spec/dummy/app/controllers/test_controller.rb
api_user_auth-0.1.6 spec/dummy/app/controllers/test_controller.rb
api_user_auth-0.1.5 spec/dummy/app/controllers/test_controller.rb
api_user_auth-0.1.4 spec/dummy/app/controllers/test_controller.rb
api_user_auth-0.1.2 spec/dummy/app/controllers/test_controller.rb
api_user_auth-0.1.1 spec/dummy/app/controllers/test_controller.rb
api_user_auth-0.1.0 spec/dummy/app/controllers/test_controller.rb
api_user_auth-0.0.14 spec/dummy/app/controllers/test_controller.rb
api_user_auth-0.0.12 spec/dummy/app/controllers/test_controller.rb