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

eliminate unused ivar

上级 4a785415
...@@ -7,7 +7,6 @@ class HasAndBelongsToMany < CollectionAssociation #:nodoc: ...@@ -7,7 +7,6 @@ class HasAndBelongsToMany < CollectionAssociation #:nodoc:
def initialize(klass, records, reflection, preload_options) def initialize(klass, records, reflection, preload_options)
super super
@join_table = Arel::Table.new(reflection.join_table).alias('t0') @join_table = Arel::Table.new(reflection.join_table).alias('t0')
@records_by_owner = nil
end end
# Unlike the other associations, we want to get a raw array of rows so that we can # Unlike the other associations, we want to get a raw array of rows so that we can
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册