Class: DuckRecord::Associations::Builder::EmbedsMany
- Inherits:
-
CollectionAssociation
- Object
- Association
- CollectionAssociation
- DuckRecord::Associations::Builder::EmbedsMany
- Defined in:
- lib/duck_record/associations/builder/embeds_many.rb
Overview
:nodoc:
Constant Summary
Constants inherited from CollectionAssociation
CollectionAssociation::CALLBACKS
Constants inherited from Association
Class Method Summary collapse
-
.macro ⇒ Object
:nodoc:.
Methods inherited from CollectionAssociation
define_callback, define_callbacks, define_extensions, 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_many.rb', line 5 def self.macro :embeds_many end |