method
stale_state
v3.1.0 -
Show latest stable
- Class:
ActiveRecord::Associations::BelongsToPolymorphicAssociation
stale_state()private
No documentation available.
# File activerecord/lib/active_record/associations/belongs_to_polymorphic_association.rb, line 29
def stale_state
[super, owner[reflection.foreign_type].to_s]
end