Class
MongoMapper::Plugins::Associations::ManyDocumentsProxy
In:
lib/mongo_mapper/plugins/associations/many_documents_proxy.rb
Parent:
Collection
Methods
<<
apply_scope
build
concat
create
create!
criteria
delete_all
destroy_all
each
ensure_owner_saved
find_target
foreign_key
nullify
prepare
push
query
replace
save_to_collection
Included Modules
DynamicQuerying::ClassMethods
Public Instance methods
<<
(*docs)
build
(attrs={}) {|doc if block_given?| ...}
concat
(*docs)
Alias for #<<
create
(attrs={}) {|doc if block_given?| ...}
create!
(attrs={}) {|doc if block_given?| ...}
delete_all
(options={})
destroy_all
(options={})
each
(&block)
nullify
()
push
(*docs)
Alias for #<<
replace
(docs)
save_to_collection
(options={})
Protected Instance methods
apply_scope
(doc)
criteria
()
ensure_owner_saved
()
find_target
()
foreign_key
()
prepare
(doc)
query
(options={})
[Validate]