class ActiveRecord::Associations::HasManyThroughAssociation
def initialize(owner, reflection)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (User owner, ActiveRecord::Reflection::ThroughReflection reflection) -> void
This signature was generated using 1 sample from 1 application.
def initialize(owner, reflection) super @through_records = {}.compare_by_identity end