Method: Mongo::DBExt#method_missing

Defined in:
lib/mongo/driver/database.rb

#method_missing(collection_name) ⇒ Object (protected)



14
15
16
# File 'lib/mongo/driver/database.rb', line 14

def method_missing collection_name
  self.collection collection_name
end