From 038af99a0797f336e3521ae336e86e60d430eb73 Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Wed, 16 May 2012 18:02:22 +1000 Subject: [getting started] Prefix users templates with 'users' to show that's where they're coming from --- guides/source/getting_started.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 8a0ade1488..9b6f7ed9dd 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -933,8 +933,8 @@ simple example: <%= @user.about_me %> -The +show+ view will automatically include the content of the -+_user_details+ view. Note that partials are prefixed by an underscore, +The +users/show+ template will automatically include the content of the ++users/_user_details+ template. Note that partials are prefixed by an underscore, as to not be confused with regular views. However, you don't include the underscore when including them with the +helper+ method. -- cgit v1.2.3