reload()
Reloads the target and returns self on success.
# File activerecord/lib/active_record/associations/association_proxy.rb, line 116 def reload reset load_target self unless @target.nil? end