diff options
author | James Miller <bensie@gmail.com> | 2011-05-09 18:46:07 -0700 |
---|---|---|
committer | James Miller <bensie@gmail.com> | 2011-05-09 18:46:07 -0700 |
commit | bb1af05247e499e4080ccd1ab0d3a0615f7601b7 (patch) | |
tree | b6f8c39f0996f3291e732474d2c746b66cc17200 /actionpack/lib | |
parent | ed8962c821ac3e1ff32d692c57703b6851c92b18 (diff) | |
download | rails-bb1af05247e499e4080ccd1ab0d3a0615f7601b7.tar.gz rails-bb1af05247e499e4080ccd1ab0d3a0615f7601b7.tar.bz2 rails-bb1af05247e499e4080ccd1ab0d3a0615f7601b7.zip |
Missing an end in routing docs
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/routing/mapper.rb | 1 |
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 # |