reset()
Resets the \loaded flag to false and sets the \target to nil.
# File activerecord/lib/active_record/associations/association_proxy.rb, line 110 def reset @loaded = false @target = nil end