minor revision in 3.2 release guide

This commit is contained in:
Vijay Dev
2012-01-13 00:15:41 +05:30
parent 3f16f5b7a0
commit 8ff8ca7a82

View File

@@ -264,7 +264,7 @@ h5. Deprecations
h3. Active Record
* 'on' and 'ON' boolean columns values are type casted to true
* Boolean columns with 'on' and 'ON' values are type casted to true.
* Implemented <tt>ActiveRecord::Relation#explain</tt>.