method

collection_without_template

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

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