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

@ -483,7 +483,7 @@ def initialize(*args) #:nodoc:
# 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.