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