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