Remove unused var

This commit is contained in:
Santiago Pastorino
2010-11-14 15:34:07 -02:00
parent 93c9f4a942
commit bc556a21e2

View File

@@ -68,7 +68,7 @@ module ActiveRecord
end
through_association = @owner.send(@reflection.through_reflection.name)
through_record = through_association.create!(construct_join_attributes(record))
through_association.create!(construct_join_attributes(record))
end
# TODO - add dependent option support