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