提交 dca2fb36 编写于 作者: A Aaron Patterson

goodbye has_and_belongs_to_many1, we will miss you!

上级 d3089adb
......@@ -1566,10 +1566,6 @@ def has_and_belongs_to_many(name, scope = nil, options = {}, &extension)
scope = nil
end
has_and_belongs_to_many1(name, scope, options, &extension)
end
def has_and_belongs_to_many1(name, scope = nil, options = {}, &extension)
builder = Builder::HABTM.new name, self, options
join_model = builder.through_model
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册