Class: ActiveEntity::Associations::Embeds::Builder::EmbedsMany
- Inherits:
-
CollectionAssociation
- Object
- Association
- CollectionAssociation
- ActiveEntity::Associations::Embeds::Builder::EmbedsMany
- Defined in:
- lib/active_entity/associations/embeds/builder/embeds_many.rb
Overview
:nodoc:
Constant Summary
Constants inherited from CollectionAssociation
CollectionAssociation::CALLBACKS
Constants inherited from Association
Class Method Summary collapse
Methods inherited from CollectionAssociation
Methods inherited from Association
Class Method Details
.macro ⇒ Object
5 6 7 |
# File 'lib/active_entity/associations/embeds/builder/embeds_many.rb', line 5 def self.macro :embeds_many end |
.valid_options(options) ⇒ Object
9 10 11 |
# File 'lib/active_entity/associations/embeds/builder/embeds_many.rb', line 9 def self.() super + [:inverse_of, :index_errors] end |