Module: Mongoid::Extensions::Integer::Checks
- Included in:
- Integer
- Defined in:
- lib/mongoid/extensions/integer/checks.rb
Overview
This module has object checks in it.
Instance Method Summary collapse
-
#unconvertable_to_bson? ⇒ true
Is the object not to be converted to bson on criteria creation?.
Instance Method Details
#unconvertable_to_bson? ⇒ true
Is the object not to be converted to bson on criteria creation?
17 18 19 |
# File 'lib/mongoid/extensions/integer/checks.rb', line 17 def unconvertable_to_bson? true end |