Methods
U
Instance Public methods
url_for(set, options, recall = nil)
# 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