method

collection_with_template

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