We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d37c3 commit b231317Copy full SHA for b231317
lib/mongoid/fields.rb
@@ -12,6 +12,10 @@ module Mongoid
12
module Fields
13
extend ActiveSupport::Concern
14
15
+ # @deprecated Remove class aliases in Mongoid 8.0.
16
+ StringifiedSymbol = Mongoid::StringifiedSymbol
17
+ Boolean = Mongoid::Boolean
18
+
19
# Constant for all names of the _id field in a document.
20
#
21
# This does not include aliases of _id field.
0 commit comments