Skip to content

Commit 00725d0

Browse files
committed
Remove obsolete code
1 parent 8c2c605 commit 00725d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

actionpack/lib/action_controller/test_case.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ def initialize(env = {})
140140

141141
class Result < ::Array #:nodoc:
142142
def to_s() join '/' end
143-
def self.new_escaped(strings)
144-
new strings.collect {|str| uri_parser.unescape str}
145-
end
146143
end
147144

148145
def assign_parameters(routes, controller_path, action, parameters = {})

0 commit comments

Comments
 (0)