From d4128cff22f4ad4ec7a69af7f64992607dfc0a20 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 27 Feb 2009 23:36:05 +0100 Subject: fixes typo @customer -> customer --- railties/guides/source/layouts_and_rendering.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/guides/source/layouts_and_rendering.textile b/railties/guides/source/layouts_and_rendering.textile index f0fad2ba70..5e2cedcf0c 100644 --- a/railties/guides/source/layouts_and_rendering.textile +++ b/railties/guides/source/layouts_and_rendering.textile @@ -822,7 +822,7 @@ Every partial also has a local variable with the same name as the partial (minus <%= render :partial => "customer", :object => @new_customer %> -Within the +customer+ partial, the +@customer+ variable will refer to +@new_customer+ from the parent view. +Within the +customer+ partial, the +customer+ variable will refer to +@new_customer+ from the parent view. WARNING: In previous versions of Rails, the default local variable would look for an instance variable with the same name as the partial in the parent. This behavior is deprecated in Rails 2.2 and will be removed in a future version. -- cgit v1.2.3