class ActiveRecord::Associations::BelongsToAssociation
def stale_state
Experimental RBS support (using type sampling data from the type_fusion
project).
def stale_state: () -> untyped
This signature was generated using 1 sample from 1 application.
def stale_state result = owner._read_attribute(reflection.foreign_key) { |n| owner.send(:missing_attribute, n, caller) } result && result.to_s end