Method: Mongoid::Persistence#update
- Defined in:
- lib/mongoid/persistence.rb
#update(options = {}) ⇒ true, false
Update the document in the datbase.
85 86 87 |
# File 'lib/mongoid/persistence.rb', line 85 def update( = {}) Operations.update(self, ).persist end |