Module: Mongoid::OptimisticLocking::Deprecated
- Included in:
- Mongoid::OptimisticLocking
- Defined in:
- lib/mongoid/optimistic_locking/deprecated.rb
Instance Method Summary collapse
Instance Method Details
#save_optimistic!(*args) ⇒ Object
5 6 7 8 |
# File 'lib/mongoid/optimistic_locking/deprecated.rb', line 5 def save_optimistic!(*args) ActiveSupport::Deprecation.warn 'save_optimistic! is deprecated and will be removed. Use save or save! instead', caller save! *args end |