Method: Mongoid::Collections::ClassMethods#db
- Defined in:
- lib/mongoid/collections.rb
#db ⇒ Mongo::DB
Return the database associated with this collection.
66 67 68 |
# File 'lib/mongoid/collections.rb', line 66 def db collection.db end |