提交 f30f20cc 编写于 作者: R Ryuta Kamizono

Remove the deprecated `:conditions` option in `INVALID_AUTOMATIC_INVERSE_OPTIONS`

This option was moved into active_record_deprecated_finders in ac4d101a.
上级 412db710
......@@ -564,7 +564,7 @@ def polymorphic?
end
VALID_AUTOMATIC_INVERSE_MACROS = [:has_many, :has_one, :belongs_to]
INVALID_AUTOMATIC_INVERSE_OPTIONS = [:conditions, :through, :foreign_key]
INVALID_AUTOMATIC_INVERSE_OPTIONS = [:through, :foreign_key]
def add_as_source(seed)
seed
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册