From 9ed385fe1798bd469144c57dbfd89db6781d4ad6 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sun, 26 Dec 2010 00:09:08 +0530 Subject: fix formatting --- railties/guides/source/action_view_overview.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/guides/source/action_view_overview.textile b/railties/guides/source/action_view_overview.textile index ffcc98f41b..e1fc0e7732 100644 --- a/railties/guides/source/action_view_overview.textile +++ b/railties/guides/source/action_view_overview.textile @@ -439,7 +439,7 @@ The +capture+ method allows you to extract part of a template into a variable. Y <% @greeting = capture do %>

Welcome! The date and time is <%= Time.now %>

<% end %> - + The captured variable can then be used anywhere else. -- cgit v1.2.3