From d2f9d5668deeecd7dc795039e103696d8141f3f7 Mon Sep 17 00:00:00 2001 From: Nick Charlton Date: Fri, 14 Aug 2020 17:03:33 +0100 Subject: [PATCH] Add missing title to Without Related Model doc Fixes #1741 --- docs/adding_controllers_without_related_model.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/adding_controllers_without_related_model.md b/docs/adding_controllers_without_related_model.md index d5017a0a47..2f812890fa 100644 --- a/docs/adding_controllers_without_related_model.md +++ b/docs/adding_controllers_without_related_model.md @@ -1,3 +1,7 @@ +--- +title: Adding Controllers without a related Model +--- + # Adding Controllers without a related Model Sometimes you may want to add a custom controller that has no resource