method

through_association?

through_association?()
public

No documentation available.

# File activerecord/lib/active_record/table_metadata.rb, line 61
    def through_association?
      reflection&.through_reflection?
    end