mirror of https://github.com/rails/rails
[ci skip] Doc for shallow: false options should use <tt> for better readability. PR after #24405
This commit is contained in:
parent
96f0114e08
commit
e0c697e46c
|
@ -1402,7 +1402,7 @@ module ActionDispatch
|
|||
# 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>.
|
||||
#
|
||||
# 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]
|
||||
# Prefixes nested shallow routes with the specified path.
|
||||
|
|
Loading…
Reference in New Issue