method

through_association?

rails latest stable - Class: ActiveRecord::TableMetadata
through_association?()
public

No documentation available.

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