-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
This bug was causing confusing behavior that would prevent mongoid setter methods from being able to accept frozen Hashes:
some_mongoid_model.my_attr =
{a: 1}.freeze
- kablammo! "Can't modify frozen Hash"