method
build_sti_condition
v3.0.0 -
Show latest stable
- Class:
ActiveRecord::Associations::ThroughAssociationScope
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