Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Rails 2.3 Compatibility
Browse files Browse the repository at this point in the history
ActionController::AbstractRequest was unified ActionController::Request as part of the Rack integration

Signed-off-by: datanoise <ksibilev@yahoo.com>
  • Loading branch information
feldpost authored and datanoise committed Mar 18, 2009
1 parent 32708ce commit de158a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/action_web_service/protocol/abstract.rb
Expand Up @@ -71,7 +71,7 @@ def initialize(body, content_type, return_value)
end
end

class SimpleActionPackRequest < ActionController::AbstractRequest # :nodoc:
class SimpleActionPackRequest < ActionController::Request # :nodoc:
def initialize
@env = {}
@qparams = {}
Expand Down

0 comments on commit de158a1

Please sign in to comment.