mirror of
https://github.com/github/rails.git
synced 2026-01-28 15:58:03 -05:00
Fix syntax error in documentation. Closes #4679. [mislav@nippur.irb.hr]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4281 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
*SVN*
|
||||
|
||||
* Fix syntax error in documentation. Closes #4679. [mislav@nippur.irb.hr]
|
||||
|
||||
* Add Oracle support for CLOB inserts. Closes #4748. [schoenm@earthlink.net sandra.metz@duke.edu]
|
||||
|
||||
* Various fixes for sqlserver_adapter (odbc statement finishing, ado schema dumper, drop index). Closes #4831. [kajism@yahoo.com]
|
||||
|
||||
@@ -175,7 +175,7 @@ module ActiveRecord #:nodoc:
|
||||
# serialize :preferences
|
||||
# end
|
||||
#
|
||||
# user = User.create(:preferences) => { "background" => "black", "display" => large })
|
||||
# user = User.create(:preferences => { "background" => "black", "display" => large })
|
||||
# User.find(user.id).preferences # => { "background" => "black", "display" => large }
|
||||
#
|
||||
# You can also specify a class option as the second parameter that'll raise an exception if a serialized object is retrieved as a
|
||||
|
||||
Reference in New Issue
Block a user