method
association_class
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::Reflection::HasOneReflection
association_class()public
No documentation available.
# File activerecord/lib/active_record/reflection.rb, line 687
def association_class
if options[:through]
Associations::HasOneThroughAssociation
else
Associations::HasOneAssociation
end
end