提交 b2b81589 编写于 作者: V Vijay Dev

fixes a nodoc which swallowed the documentation for the rest of the methods [ci skip]

上级 2c8b4a51
......@@ -232,8 +232,7 @@ def init_with(coder)
# The dup method does not preserve the timestamps (created|updated)_(at|on).
##
# :nodoc:
def initialize_dup(other)
def initialize_dup(other) # :nodoc:
cloned_attributes = other.clone_attributes(:read_attribute_before_type_cast)
self.class.initialize_attributes(cloned_attributes)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册