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

Commit de158a1

Browse files
feldpostdatanoise
authored andcommitted
Rails 2.3 Compatibility
ActionController::AbstractRequest was unified ActionController::Request as part of the Rack integration Signed-off-by: datanoise <[email protected]>
1 parent 32708ce commit de158a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/action_web_service/protocol/abstract.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def initialize(body, content_type, return_value)
7171
end
7272
end
7373

74-
class SimpleActionPackRequest < ActionController::AbstractRequest # :nodoc:
74+
class SimpleActionPackRequest < ActionController::Request # :nodoc:
7575
def initialize
7676
@env = {}
7777
@qparams = {}

0 commit comments

Comments
 (0)