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