File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
activerecord/lib/active_record Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ module ActiveRecord
25
25
# You can set custom coder to encode/decode your serialized attributes to/from different formats.
26
26
# JSON, YAML, Marshal are supported out of the box. Generally it can be any wrapper that provides +load+ and +dump+.
27
27
#
28
- # NOTE: If you are using structured database data types (e.g. PostgreSQL +hstore+/+json+, or MySQL 5.7+
29
- # +json+) there is no need for the serialization provided by {.store}[rdoc-ref:rdoc-ref:ClassMethods#store].
28
+ # NOTE: If you are using structured database data types (e.g. PostgreSQL +hstore+/+json+, MySQL 5.7+
29
+ # +json+, or SQLite 3.38+ +json+ ) there is no need for the serialization provided by {.store}[rdoc-ref:rdoc-ref:ClassMethods#store].
30
30
# Simply use {.store_accessor}[rdoc-ref:ClassMethods#store_accessor] instead to generate
31
31
# the accessor methods. Be aware that these columns use a string keyed hash and do not allow access
32
32
# using a symbol.
You can’t perform that action at this time.
0 commit comments