1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Indent final comment for :path option

This commit is contained in:
Ryan Bigg 2010-11-07 12:18:19 +10:00
parent ee646788fc
commit e6aed6b6a8

View file

@ -483,7 +483,7 @@ module ActionDispatch
# resources :posts
# end
#
# This will prefix all of the +posts+ resource's requests with '/admin'
# This will prefix all of the +posts+ resource's requests with '/admin'
#
# [:as]
# Prefixes the routing helpers in this scope with the specified label.