method
association_class
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::Reflection::HasManyReflection
association_class()public
No documentation available.
# File activerecord/lib/active_record/reflection.rb, line 680
def association_class
if options[:through]
Associations::HasManyThroughAssociation
else
Associations::HasManyAssociation
end
end