[ci skip] Doc for shallow: false options should use <tt> for better readability. PR after #24405

This commit is contained in:
Abhay Nikam 2019-04-03 11:40:01 +05:30
parent 96f0114e08
commit e0c697e46c
1 changed files with 1 additions and 1 deletions

View File

@ -1402,7 +1402,7 @@ module ActionDispatch
# as a comment on a blog post like <tt>/posts/a-long-permalink/comments/1234</tt> # as a comment on a blog post like <tt>/posts/a-long-permalink/comments/1234</tt>
# to be shortened to just <tt>/comments/1234</tt>. # to be shortened to just <tt>/comments/1234</tt>.
# #
# Set shallow: false on a child resource to ignore a parent's shallow parameter. # Set <tt>shallow: false</tt> on a child resource to ignore a parent's shallow parameter.
# #
# [:shallow_path] # [:shallow_path]
# Prefixes nested shallow routes with the specified path. # Prefixes nested shallow routes with the specified path.