From 74e87308ed2278c8ced2cbea5fb0c0e845d2735f Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 13 Jun 2009 15:40:21 +0200 Subject: AS guide: typo --- railties/guides/source/active_support_overview.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/guides/source/active_support_overview.textile b/railties/guides/source/active_support_overview.textile index aeaebe140e..8641eca3eb 100644 --- a/railties/guides/source/active_support_overview.textile +++ b/railties/guides/source/active_support_overview.textile @@ -112,7 +112,7 @@ The return value of +to_param+ should *not* be escaped: "Tom & Jerry".to_param # => "Tom & Jerry" -Several classes in Rails overwrite these method. +Several classes in Rails overwrite this method. For example +nil+, +true+, and +false+ return themselves. +Array#to_param+ calls +to_param+ on the elements and joins the result with "/": -- cgit v1.2.3