Module: Mongoid::Extensions::Symbol
- Defined in:
- lib/mongoid/extensions/symbol.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#mongoid_id? ⇒ true, false
Is the symbol a valid value for a Mongoid id?.
Instance Method Details
#mongoid_id? ⇒ true, false
Is the symbol a valid value for a Mongoid id?
14 15 16 |
# File 'lib/mongoid/extensions/symbol.rb', line 14 def mongoid_id? to_s.mongoid_id? end |