-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
Affects Version/s: 4.0.0 final
-
Component/s: None
-
None
-
Environment:Ubuntu 14.04
Rails 4.1.15
I am using a gem that includes the module Mongoid::Audit::Trackable which includes the field "version"
I am also using the module Mongoid::Versioning which also includes the field "version".
The problem is my logs are getting flooded with
"Overwriting existing field version in class X"
I tried to fork mongoid_audit gem and I added overwrite: true to version field declaration but it did not work.
Any way to get rid of these warns?