Class: Formed::Associations::HasOneAssociation

Inherits:
SingularAssociation show all
Includes:
ForeignAssociation
Defined in:
lib/formed/associations/has_one_association.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from Association

#disable_joins, #owner, #reflection, #target

Method Summary

Methods included from ForeignAssociation

#foreign_key_present?, #nullified_owner_attributes

Methods inherited from SingularAssociation

#build, #force_reload_reader, #reader, #writer

Methods inherited from Association

#extensions, #initialize, #initialize_attributes, #klass, #load_target, #loaded!, #loaded?, #marshal_dump, #marshal_load, #reload, #reset, #reset_negative_cache, #reset_scope, #scope, #set_inverse_instance, #stale_target?

Constructor Details

This class inherits a constructor from Formed::Associations::Association