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