提交 8f199d8e 编写于 作者: F Francesco Rodriguez

fix :nodoc: mark on AR::AttributeMethods::Serialization [ci skip]

上级 9cb12265
......@@ -93,10 +93,10 @@ def serialize
# This is only added to the model when serialize is called, which
# ensures we do not make things slower when serialization is not used.
module Behavior #:nodoc:
module Behavior # :nodoc:
extend ActiveSupport::Concern
module ClassMethods
module ClassMethods # :nodoc:
def initialize_attributes(attributes, options = {})
serialized = (options.delete(:serialized) { true }) ? :serialized : :unserialized
super(attributes, options)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册