method

build_scope

rails latest stable - Class: ActiveRecord::Associations::Preloader::CollectionAssociation

Method deprecated or moved

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

build_scope()
private

No documentation available.

# File activerecord/lib/active_record/associations/preloader/collection_association.rb, line 8
        def build_scope
          super.order(preload_scope.values[:order] || reflection_scope.values[:order])
        end