diff options
author | Aleksey Gureiev <spyromus@noizeramp.com> | 2012-01-21 20:23:14 +0200 |
---|---|---|
committer | Aleksey Gureiev <spyromus@noizeramp.com> | 2012-01-21 20:23:14 +0200 |
commit | 021a101274b238f66a089c9c445f27df0918c9fc (patch) | |
tree | 76d264f0088b4217d85d13289bae7821d5dac808 /railties/guides | |
parent | 2d000328dfc0d4b297fb4bdcebc9af6c2fb559dc (diff) | |
download | rails-021a101274b238f66a089c9c445f27df0918c9fc.tar.gz rails-021a101274b238f66a089c9c445f27df0918c9fc.tar.bz2 rails-021a101274b238f66a089c9c445f27df0918c9fc.zip |
Fixed typo in 'cast'.
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/3_2_release_notes.textile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |