aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--guides/source/configuring.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.textile b/guides/source/configuring.textile
index 9db375c2ca..dd84754b22 100644
--- a/guides/source/configuring.textile
+++ b/guides/source/configuring.textile
@@ -388,7 +388,7 @@ And can reference in the view with the following code:
<erb>
<%= render @post %>
-<erb>
+</erb>
The default setting is +true+, which uses the partial at +/admin/posts/_post.erb+. Setting the value to +false+ would render +/posts/_post.erb+, which is the same behavior as rendering from a non-namespaced controller such as +PostsController+.