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
Active Record Has One Through Association
Instance Attribute Summary
Attributes inherited from Association
#disable_joins, #owner, #reflection, #target
Method Summary
Methods inherited from HasOneAssociation
Methods included from ForeignAssociation
#foreign_key_present?, #nullified_owner_attributes
Methods inherited from SingularAssociation
#build, #force_reload_reader, #reader, #writer
Methods inherited from Association
#create, #create!, #extensions, #initialize, #initialize_attributes, #inversed_from, #inversed_from_queries, #klass, #load_target, #loaded!, #loaded?, #marshal_dump, #marshal_load, #reload, #remove_inverse_instance, #reset, #reset_negative_cache, #reset_scope, #scope, #set_inverse_instance, #set_inverse_instance_from_queries, #stale_target?
Constructor Details
This class inherits a constructor from ActiveRecord::Associations::Association