Sha256: 7096b917a2857b812822e8d3c1905346358c7311cb32b8694ed645314a6533a0

Contents?: true

Size: 263 Bytes

Versions: 2

Compression:

Stored size: 263 Bytes

Contents

module ApiAuth

  module RequestDrivers # :nodoc:

    class ActionDispatchRequest < ActionControllerRequest # :nodoc:

      def request_uri
        @request.fullpath
      end

    end

    drivers["ActionDispatch::Request"] = ActionDispatchRequest

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bixby-auth-0.1.1 lib/api_auth/request_drivers/action_dispatch.rb
bixby-auth-0.1.0 lib/api_auth/request_drivers/action_dispatch.rb