Module
MongoMapper::Plugins::Modifiers::ClassMethods
In:
lib/mongo_mapper/plugins/modifiers.rb
Methods
add_to_set
decrement
find_and_modify
increment
pop
pull
pull_all
push
push_all
push_uniq
set
unset
upsert
Public Instance methods
add_to_set
(*args)
decrement
(*args)
find_and_modify
(args)
increment
(*args)
pop
(*args)
pull
(*args)
pull_all
(*args)
push
(*args)
push_all
(*args)
push_uniq
(*args)
Alias for
add_to_set
set
(*args)
unset
(*args)
upsert
(selector, updates, args = {})
[Validate]