diff options
author | Aleksey Gureiev <spyromus@noizeramp.com> | 2012-01-20 21:42:34 +0200 |
---|---|---|
committer | Aleksey Gureiev <spyromus@noizeramp.com> | 2012-01-20 21:42:34 +0200 |
commit | ecac7c96451ee8d85ca602c9ce3416a5e7ef6a03 (patch) | |
tree | 0fea90fb975fbb52176cbeea74ff45b7d6b3be0f /railties | |
parent | 253ef4f0a83d103d3247e76701f4fc399159540a (diff) | |
download | rails-ecac7c96451ee8d85ca602c9ce3416a5e7ef6a03.tar.gz rails-ecac7c96451ee8d85ca602c9ce3416a5e7ef6a03.tar.bz2 rails-ecac7c96451ee8d85ca602c9ce3416a5e7ef6a03.zip |
Fixed typo in 'cast'.
Diffstat (limited to 'railties')
-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 379b7472c6..8d7dbe36ad 100644 --- a/railties/guides/source/3_2_release_notes.textile +++ b/railties/guides/source/3_2_release_notes.textile @@ -296,7 +296,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. |