# File lib/dragonfly/data_storage/mongo_data_store.rb, line 56 def connection @connection ||= Mongo::Connection.new(host, port) end