From 4940d6d096a581d46addecd9b41bbd62af3e1888 Mon Sep 17 00:00:00 2001 From: Alvaro Pereyra Date: Sat, 1 Dec 2012 15:19:34 -0500 Subject: Cleans and removes useless 'Examples' tag [ci skip] --- actionpack/lib/action_dispatch/routing/polymorphic_routes.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionpack/lib/action_dispatch/routing/polymorphic_routes.rb') diff --git a/actionpack/lib/action_dispatch/routing/polymorphic_routes.rb b/actionpack/lib/action_dispatch/routing/polymorphic_routes.rb index 497ac3d545..6d3f8da932 100644 --- a/actionpack/lib/action_dispatch/routing/polymorphic_routes.rb +++ b/actionpack/lib/action_dispatch/routing/polymorphic_routes.rb @@ -74,8 +74,6 @@ module ActionDispatch # * :routing_type - Allowed values are :path or :url. # Default is :url. # - # ==== Examples - # # # an Article record # polymorphic_url(record) # same as article_url(record) # -- cgit v1.2.3