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