Method: MongoModel::Configuration#establish_connection
- Defined in:
- lib/mongomodel/support/configuration.rb
#establish_connection ⇒ Object
44 45 46 47 48 |
# File 'lib/mongomodel/support/configuration.rb', line 44 def establish_connection @database = connection.db(database) @database.authenticate(username, password) if username.present? @database end |