method
reset_target!
v2.2.1 -
Show latest stable
- Class:
ActiveRecord::Associations::HasOneThroughAssociation
reset_target!()private
No documentation available.
# File activerecord/lib/active_record/associations/has_one_through_association.rb, line 27
def reset_target!
@target = nil
end