Sha256: 086ed9a8275122cb9abdc5922191cb47459b81786f7f3a86e761c8c185a4e398
Contents?: true
Size: 199 Bytes
Versions: 22
Compression:
Stored size: 199 Bytes
Contents
module ApiAuth module RequestDrivers # :nodoc: class ActionDispatchRequest < ActionControllerRequest # :nodoc: def request_uri @request.fullpath end end end end
Version data entries
22 entries across 22 versions & 2 rubygems