mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove unused var
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user