From bb1af05247e499e4080ccd1ab0d3a0615f7601b7 Mon Sep 17 00:00:00 2001 From: James Miller Date: Mon, 9 May 2011 18:46:07 -0700 Subject: Missing an end in routing docs --- actionpack/lib/action_dispatch/routing/mapper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack') diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb index 873f78ec74..ca2e86f615 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -712,6 +712,7 @@ module ActionDispatch # constraints(:post_id => /\d+\.\d+) do # resources :comments # end + # end # # === Restricting based on IP # -- cgit v1.2.3