-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
Using the latest version of the official mongoid (3.0.14) I am now seeing that shorthand style presence validations (validates :name, presence: true) are no longer doing anything. If I change my code to using the validates_presence_of version then my specs pass.