From 2cdb2dab5e1066df4e8debc04d99da3b94de6500 Mon Sep 17 00:00:00 2001 From: Emma Richardson <49138186+Emrichardsone@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:44:06 -0500 Subject: [PATCH] Add note in documentation about property name space restriction --- docs/src/docs/asciidoc/json/modelNaming.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/json/modelNaming.adoc b/docs/src/docs/asciidoc/json/modelNaming.adoc index 28e7f3fb9..166725f3a 100644 --- a/docs/src/docs/asciidoc/json/modelNaming.adoc +++ b/docs/src/docs/asciidoc/json/modelNaming.adoc @@ -3,7 +3,7 @@ Grails Framework supports a convention for the model names in your JSON views. If the convention does not meet your needs, model variables can be explicitly defined. NOTE: Some model names are _reserved_ since there are properties of the same name injected into the view: -`locale`, `response`, `request`, `page`, `controllerNamespace`, `controllerName`, `actionName`, `config`, `generator` +`locale`, `response`, `request`, `page`, `controllerNamespace`, `controllerName`, `actionName`, `config`, `generator`, `json` == Explicit Model Naming