Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v3.0.9) is shown here.
target=(target)
public
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