Method: MongoModel.database

Defined in:
lib/mongomodel.rb

.databaseObject



116
117
118
# File 'lib/mongomodel.rb', line 116

def self.database
  @_database ||= configuration.establish_connection
end