aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
diff options
context:
space:
mode:
authorJames Miller <bensie@gmail.com>2011-05-09 18:46:07 -0700
committerJames Miller <bensie@gmail.com>2011-05-09 18:46:07 -0700
commitbb1af05247e499e4080ccd1ab0d3a0615f7601b7 (patch)
treeb6f8c39f0996f3291e732474d2c746b66cc17200 /actionpack/lib/action_dispatch/routing/mapper.rb
parented8962c821ac3e1ff32d692c57703b6851c92b18 (diff)
downloadrails-bb1af05247e499e4080ccd1ab0d3a0615f7601b7.tar.gz
rails-bb1af05247e499e4080ccd1ab0d3a0615f7601b7.tar.bz2
rails-bb1af05247e499e4080ccd1ab0d3a0615f7601b7.zip
Missing an end in routing docs
Diffstat (limited to 'actionpack/lib/action_dispatch/routing/mapper.rb')
-rw-r--r--actionpack/lib/action_dispatch/routing/mapper.rb1
1 files changed, 1 insertions, 0 deletions
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
#