class ActiveRecord::Reflection::HasManyReflection
def association_class
def association_class if options[:through] Associations::HasManyThroughAssociation else Associations::HasManyAssociation end end
def association_class if options[:through] Associations::HasManyThroughAssociation else Associations::HasManyAssociation end end