Class: ActiveRecord::Associations::HasOneThroughAssociation
- Inherits:
-
HasOneAssociation
- Object
- Association
- SingularAssociation
- HasOneAssociation
- ActiveRecord::Associations::HasOneThroughAssociation
- Includes:
- ThroughAssociation
- Defined in:
- lib/active_record/associations/has_one_through_association.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from Association
Instance Method Summary collapse
Methods inherited from HasOneAssociation
Methods inherited from SingularAssociation
#build, #create, #create!, #reader, #writer
Methods inherited from Association
#aliased_table_name, #association_scope, #initialize, #interpolate, #klass, #load_target, #loaded!, #loaded?, #reload, #reset, #reset_scope, #scoped, #set_inverse_instance, #stale_target?, #target_scope
Constructor Details
This class inherits a constructor from ActiveRecord::Associations::Association
Instance Method Details
#replace(record) ⇒ Object
7 8 9 10 |
# File 'lib/active_record/associations/has_one_through_association.rb', line 7 def replace(record) create_through_record(record) self.target = record end |