1
0
Fork 0
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:
James Miller 2011-05-09 18:46:07 -07:00
parent ed8962c821
commit bb1af05247

View file

@ -712,6 +712,7 @@ module ActionDispatch
# constraints(:post_id => /\d+\.\d+) do
# resources :comments
# end
# end
#
# === Restricting based on IP
#