File: action_dispatch_request.rb

package info (click to toggle)
ruby-oauth 0.5.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 584 kB
  • sloc: ruby: 4,070; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
require 'oauth/request_proxy/rack_request'

module OAuth::RequestProxy
  class ActionDispatchRequest < OAuth::RequestProxy::RackRequest
    proxies ActionDispatch::Request
  end
end