From 021a101274b238f66a089c9c445f27df0918c9fc Mon Sep 17 00:00:00 2001 From: Aleksey Gureiev Date: Sat, 21 Jan 2012 20:23:14 +0200 Subject: Fixed typo in 'cast'. --- railties/guides/source/3_2_release_notes.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/3_2_release_notes.textile b/railties/guides/source/3_2_release_notes.textile index 74bc757948..d669a7fdfa 100644 --- a/railties/guides/source/3_2_release_notes.textile +++ b/railties/guides/source/3_2_release_notes.textile @@ -295,7 +295,7 @@ h4. Sprockets h3. Active Record -* Boolean columns with 'on' and 'ON' values are type casted to true. +* Boolean columns with 'on' and 'ON' values are type cast to true. * When the +timestamps+ method creates the +created_at+ and +updated_at+ columns, it makes them non-nullable by default. -- cgit v1.2.3