# File lib/active_record/associations/through_association_scope.rb, line 153
      def build_sti_condition
        @reflection.through_reflection.klass.send(:type_condition).to_sql
      end