-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Currently, Attributes::ReadOnly defines a private `#loaded?` method on every mongoid document.
Since it is a common name for a public method, this may be seen as namespace pollution. In order to reduce the pollution, this method can be dissolved in its one and only call and also be removed with this change proposal.