# File lib/dragonfly/data_storage/mongo_data_store.rb, line 74
      def db
        @db ||= connection.db(database)
      end