target=(target)
Sets the target of this proxy to \target, and the loaded flag to true.
# File activerecord/lib/active_record/associations/association_proxy.rb, line 138 def target=(target) @target = target loaded end