提交 9a027d10 编写于 作者: R Rafael Mendonça França

Merge pull request #18544 from henrik/ar_type_value_comment

Tiny: Remove incorrect comment in ActiveRecord::Type::Value
......@@ -3,8 +3,7 @@ module Type
class Value # :nodoc:
attr_reader :precision, :scale, :limit
# Valid options are +precision+, +scale+, and +limit+. They are only
# used when dumping schema.
# Valid options are +precision+, +scale+, and +limit+.
def initialize(options = {})
options.assert_valid_keys(:precision, :scale, :limit)
@precision = options[:precision]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册