Skip to content

Commit

Permalink
Fix broken spec
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Jan 1, 2022
1 parent 83d37c3 commit b231317
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/mongoid/fields.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ module Mongoid
module Fields
extend ActiveSupport::Concern

# @deprecated Remove class aliases in Mongoid 8.0.
StringifiedSymbol = Mongoid::StringifiedSymbol
Boolean = Mongoid::Boolean

# Constant for all names of the _id field in a document.
#
# This does not include aliases of _id field.
Expand Down

0 comments on commit b231317

Please sign in to comment.