Parent

Methods

Files

Class/Module Index [+]

Quicksearch

ActiveRecord::Associations::HasOneThroughAssociation

Public Instance Methods

replace(new_value) click to toggle source
# File lib/active_record/associations/has_one_through_association.rb, line 9
def replace(new_value)
  create_through_record(new_value)
  @target = new_value
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.