提交 c2f1796c 编写于 作者: A Arun Agrawal

argument prefix warning removed

* interpreted as a argument prefix
上级 1713e8fe
......@@ -47,7 +47,7 @@ def inherited(child_class)
:to_ary, :to_set, :to_xml, :to_yaml
]
delegate *ARRAY_DELEGATES, to: :to_a
delegate(*ARRAY_DELEGATES, to: :to_a)
delegate :table_name, :quoted_table_name, :primary_key, :quoted_primary_key,
:connection, :columns_hash, :to => :klass
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册