From 28185ebc2ee501e6acecc18569f110fd33acde47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 11 Feb 2011 05:51:13 -0800 Subject: Remove misleading reference to polymorphic_url. --- actionpack/lib/action_controller/metal/responder.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_controller/metal/responder.rb b/actionpack/lib/action_controller/metal/responder.rb index cffef29f83..4b45413cf8 100644 --- a/actionpack/lib/action_controller/metal/responder.rb +++ b/actionpack/lib/action_controller/metal/responder.rb @@ -77,8 +77,6 @@ module ActionController #:nodoc: # # respond_with(@project, :manager, @task) # - # Check polymorphic_url documentation for more examples. - # class Responder attr_reader :controller, :request, :format, :resource, :resources, :options -- cgit v1.2.3