method
load_target
v3.1.0 -
Show latest stable
- Class:
ActiveRecord::Associations::CollectionAssociation
load_target()public
No documentation available.
# File activerecord/lib/active_record/associations/collection_association.rb, line 322
def load_target
if find_target?
@target = merge_target_lists(find_target, target)
end
loaded!
target
end