Source: show | on GitHub
# File actionpack/test/abstract_unit.rb, line 352 def url_for(set, options, recall = nil) set.send(:url_for, options.merge(:only_path => true, :_path_segments => recall)) end