1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

minor revision in 3.2 release guide

This commit is contained in:
Vijay Dev 2012-01-13 00:15:41 +05:30
parent e705ac7433
commit 5eb8482fcb

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>.