method
collection_with_template
v6.0.0 -
Show latest stable
- Class:
ActiveRecord::Railties::CollectionCacheAssociationLoading
collection_with_template(*)public
No documentation available.
# File activerecord/lib/active_record/railties/collection_cache_association_loading.rb, line 28
def collection_with_template(*)
@relation.preload_associations(@collection) if @relation
super
end