diff options
author | Jon Moss <maclover7@users.noreply.github.com> | 2016-09-28 17:01:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-28 17:01:39 -0400 |
commit | 19dcf0a210fe28b788a597bc6f56eae828b4efb2 (patch) | |
tree | 3eb27fa06dffbd7de392da203dd8e358f7c17bdb /activerecord | |
parent | a7b937d382948fc8d253ca26e951515ca23833ef (diff) | |
parent | 64930cecaa325ef5c0a90473ca7f9a2495091269 (diff) | |
download | rails-19dcf0a210fe28b788a597bc6f56eae828b4efb2.tar.gz rails-19dcf0a210fe28b788a597bc6f56eae828b4efb2.tar.bz2 rails-19dcf0a210fe28b788a597bc6f56eae828b4efb2.zip |
Merge pull request #26653 from Neodelf/new_branch_name
[ci skip] Use right format text
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/attribute_methods/serialization.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/attribute_methods/serialization.rb b/activerecord/lib/active_record/attribute_methods/serialization.rb index c70178cd2c..945192fe04 100644 --- a/activerecord/lib/active_record/attribute_methods/serialization.rb +++ b/activerecord/lib/active_record/attribute_methods/serialization.rb @@ -26,7 +26,7 @@ module ActiveRecord # ==== Parameters # # * +attr_name+ - The field name that should be serialized. - # * +class_name_or_coder+ - Optional, a coder object, which responds to `.load` / `.dump` + # * +class_name_or_coder+ - Optional, a coder object, which responds to +.load+ and +.dump+ # or a class name that the object type should be equal to. # # ==== Example |