mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Missing an end in routing docs
This commit is contained in:
parent
ed8962c821
commit
bb1af05247
1 changed files with 1 additions and 0 deletions
|
@ -712,6 +712,7 @@ module ActionDispatch
|
|||
# constraints(:post_id => /\d+\.\d+) do
|
||||
# resources :comments
|
||||
# end
|
||||
# end
|
||||
#
|
||||
# === Restricting based on IP
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue