Fixed typo in 'cast'.

This commit is contained in:
Aleksey Gureiev 2012-01-21 20:23:14 +02:00
parent 2d000328df
commit 021a101274

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