aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-01-21 21:24:48 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-21 21:24:48 +0530
commit76fecac91984b84f166f686bedb567d2de875388 (patch)
treec2d02f97c2856795f9f28bfe32577f72f8967b98 /railties
parent1729720871d73fa306faca7b05c5c05efa6eec49 (diff)
downloadrails-76fecac91984b84f166f686bedb567d2de875388.tar.gz
rails-76fecac91984b84f166f686bedb567d2de875388.tar.bz2
rails-76fecac91984b84f166f686bedb567d2de875388.zip
Revert "Fixed typo in 'cast'."
This reverts commit ecac7c96451ee8d85ca602c9ce3416a5e7ef6a03. Reason: Changelogs are not meant to be changed from docrails.
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/3_2_release_notes.textile2
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 8d7dbe36ad..379b7472c6 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 cast to true.
+* Boolean columns with 'on' and 'ON' values are type casted to true.
* When the +timestamps+ method creates the +created_at+ and +updated_at+ columns, it makes them non-nullable by default.