Class: DuckRecord::Associations::Builder::EmbedsOne
- Inherits:
-
SingularAssociation
- Object
- Association
- SingularAssociation
- DuckRecord::Associations::Builder::EmbedsOne
- Defined in:
- lib/duck_record/associations/builder/embeds_one.rb
Overview
:nodoc:
Constant Summary
Constants inherited from Association
Class Method Summary collapse
-
.macro ⇒ Object
:nodoc:.
Methods inherited from SingularAssociation
define_accessors, define_constructors, define_validations, valid_options
Methods inherited from Association
build, build_scope, create_reflection, define_accessors, define_callbacks, define_extensions, define_readers, define_validations, define_writers, valid_options, validate_options, wrap_scope
Class Method Details
.macro ⇒ Object
:nodoc:
5 6 7 |
# File 'lib/duck_record/associations/builder/embeds_one.rb', line 5 def self.macro :embeds_one end |