Created
January 31, 2010 12:49
-
-
Save ukstudio/291049 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /opensocial-0.0.4/lib/opensocial/auth/action_controller_request.rb | |
| module OAuth::RequestProxy #:nodoc: all | |
| class ActionControllerRequest < OAuth::RequestProxy::Base | |
| #proxies ActionController::AbstractRequest | |
| proxies(defined?(ActionController::AbstractRequest) ? ActionController::AbstractRequest : ActionController::Request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment