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 9647e35 commit 5528186Copy full SHA for 5528186
lib/mongoid/fields.rb
@@ -12,12 +12,12 @@ module Mongoid
12
module Fields
13
extend ActiveSupport::Concern
14
15
- # @deprecated Use Mongoid::Fields::FieldTypes.mapping instead
16
- TYPE_MAPPINGS = ::Mongoid::Fields::FieldTypes::DEFAULT_MAPPING
17
-
18
StringifiedSymbol = Mongoid::StringifiedSymbol
19
Boolean = Mongoid::Boolean
20
+ # @deprecated Use Mongoid::Fields::FieldTypes.mapping instead
+ TYPE_MAPPINGS = ::Mongoid::Fields::FieldTypes::DEFAULT_MAPPING
+
21
# Constant for all names of the _id field in a document.
22
#
23
# This does not include aliases of _id field.
0 commit comments