method

scope

scope()
public

No documentation available.

# File activerecord/lib/active_record/associations/association.rb, line 85
      def scope
        target_scope.merge(association_scope)
      end