method
association_class
Ruby on Rails latest stable (v7.1.3.2)
-
0 notes -
Class: ActiveRecord::Associations::BelongsToPolymorphicAssociation
association_class()
private
Hide source
# File activerecord/lib/active_record/associations/belongs_to_polymorphic_association.rb, line 77 def association_class @owner[@reflection.options[:foreign_type]] ? @owner[@reflection.options[:foreign_type]].constantize : nil end