method

build_sti_condition

build_sti_condition()
protected

No documentation available.

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