stale_state()
private

No documentation available.

# File activerecord/lib/active_record/associations/belongs_to_association.rb, line 158
        def stale_state
          owner._read_attribute(reflection.foreign_key) { |n| owner.send(:missing_attribute, n, caller) }
        end