We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d0759 commit 510662dCopy full SHA for 510662d
routing.rst
@@ -1628,8 +1628,8 @@ Use the ``RedirectController`` to redirect to other routes and URLs:
1628
keepRequestMethod: true
1629
# add this to remove all original route attributes when redirecting
1630
ignoreAttributes: true
1631
- # or specify which attributes to ignore
1632
- # ignoreAttributes: [ offset, limit ]
+ # or specify which attributes to ignore:
+ # ignoreAttributes: ['offset', 'limit']
1633
1634
legacy_doc:
1635
path: /legacy/doc
0 commit comments