Sha256: 96fd3dde5f035fc9ce643746812c651a41ec2a1a1c49192f56ae0caf8c7da521

Contents?: true

Size: 208 Bytes

Versions: 4

Compression:

Stored size: 208 Bytes

Contents

module TokenAuthenticateMe
  module Api
    module V1
      class BaseController < TokenAuthenticateMe::ApplicationController
        skip_before_action :verify_authenticity_token
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
token_authenticate_me-0.5.3 app/controllers/token_authenticate_me/api/v1/base_controller.rb
token_authenticate_me-0.5.2 app/controllers/token_authenticate_me/api/v1/base_controller.rb
token_authenticate_me-0.5.1 app/controllers/token_authenticate_me/api/v1/base_controller.rb
token_authenticate_me-0.5.0 app/controllers/token_authenticate_me/api/v1/base_controller.rb