From 125573777d48ed48fe7c476f58c5bdfa7a4323a8 Mon Sep 17 00:00:00 2001 From: Michel Date: Thu, 23 Sep 2010 04:46:03 -0700 Subject: [PATCH] Added a transition to better explain that templates must be defined with symbols. Signed-off-by: Konstantin Haase --- README.rdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index c5f1301b..785eb89a 100644 --- a/README.rdoc +++ b/README.rdoc @@ -164,8 +164,9 @@ directory. To use a different views directory: One important thing to remember is that you always have to reference templates with symbols, even if they're in a subdirectory (in this -case use :'subdir/template'). Rendering methods will render -any strings passed to them directly. +case use :'subdir/template'). You must use a symbol because +otherwise rendering methods will render any strings passed to them +directly. === Haml Templates