method

scope_chain

rails latest stable - Class: ActiveRecord::Associations::JoinDependency::JoinAssociation

Method deprecated or moved

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

scope_chain()
public

No documentation available.

# File activerecord/lib/active_record/associations/join_dependency/join_association.rb, line 169
        def scope_chain
          @scope_chain ||= reflection.scope_chain.reverse
        end