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 27ee3fa commit 2f98e97Copy full SHA for 2f98e97
best_practices/controllers.rst
@@ -157,7 +157,7 @@ also show a 404 page if no ``Post`` can be found.
157
When Things Get More Advanced
158
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159
160
-This works without any configuration because the wildcard name ``{id}`` matches
+The above example works without any configuration because the wildcard name ``{id}`` matches
161
the name of the property on the entity. If this isn't true, or if you have
162
even more complex logic, the easiest thing to do is just query for the entity
163
manually. In our application, we have this situation in ``CommentController``:
0 commit comments