Flowdock
method

build_scope

Importance_0
v3.2.8 - Show latest stable - 0 notes - Class: CollectionAssociation
build_scope() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/preloader/collection_association.rb, line 8
        def build_scope
          super.order(preload_options[:order] || options[:order])
        end
Register or log in to add new notes.