Skip to content

Commit b231317

Browse files
committed
Fix broken spec
1 parent 83d37c3 commit b231317

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/mongoid/fields.rb

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ module Mongoid
1212
module Fields
1313
extend ActiveSupport::Concern
1414

15+
# @deprecated Remove class aliases in Mongoid 8.0.
16+
StringifiedSymbol = Mongoid::StringifiedSymbol
17+
Boolean = Mongoid::Boolean
18+
1519
# Constant for all names of the _id field in a document.
1620
#
1721
# This does not include aliases of _id field.

0 commit comments

Comments
 (0)