Class: Mongoid::Relations::Embedded::Many
- Inherits:
-
Relations::Many
- Object
- Relations::Many
- Mongoid::Relations::Embedded::Many
- Defined in:
- lib/mongoid/core_ext/relations/embedded/many.rb
Class Method Summary collapse
-
.valid_options ⇒ Array<Symbol>
Get the valid options allowed with this relation.
Class Method Details
.valid_options ⇒ Array<Symbol>
Get the valid options allowed with this relation.
14 15 16 17 18 19 |
# File 'lib/mongoid/core_ext/relations/embedded/many.rb', line 14 def [ :as, :cascade_callbacks, :cyclic, :order, :versioned, :store_as, :before_add, :after_add, :before_remove, :after_remove ] end |