Module: Mongoid
- Defined in:
- lib/mongoid/monkey_patches.rb
Overview
Mongoid 2.x does not track Array field changes accurately. Accessing an array field will mark it dirty which becomes problematic for workflow callbacks, e.g. when checking if a published edition is being edited. See github.com/mongoid/mongoid/issues/2311 for details of the mongoid issue.
Defined Under Namespace
Modules: Dirty