method
stale_state
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::Associations::BelongsToAssociation
stale_state()private
No documentation available.
# File activerecord/lib/active_record/associations/belongs_to_association.rb, line 87
def stale_state
owner[reflection.foreign_key] && owner[reflection.foreign_key].to_s
end