提交 2e7415bf 编写于 作者: A Arthur Nogueira Neves

Merge pull request #21650 from mcfiredrill/nodoc-raw-write-attribute

nodoc raw_write_attribute
......@@ -45,7 +45,7 @@ def write_attribute(attr_name, value)
write_attribute_with_type_cast(attr_name, value, true)
end
def raw_write_attribute(attr_name, value)
def raw_write_attribute(attr_name, value) # :nodoc:
write_attribute_with_type_cast(attr_name, value, false)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册