Class: ActiveEntity::Associations::Embeds::Builder::EmbedsMany

Inherits:
CollectionAssociation show all
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

Association::VALID_OPTIONS

Class Method Summary collapse

Methods inherited from CollectionAssociation

define_callbacks

Methods inherited from Association

build, create_reflection

Class Method Details

.macroObject



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.valid_options(options)
  super + [:inverse_of, :index_errors]
end