From 4c7562be322a04f6c6120691870fef2a55d8c04e Mon Sep 17 00:00:00 2001 From: Sean Grove Date: Mon, 21 Mar 2011 03:35:54 -0700 Subject: [PATCH] Bushido mongoid support --- config/mongoid.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/mongoid.yml b/config/mongoid.yml index c71777ba..59816386 100644 --- a/config/mongoid.yml +++ b/config/mongoid.yml @@ -31,3 +31,5 @@ production: # heroku # uri: <%= ENV['MONGOHQ_URL'] %> + # bushido (mongohq_url will also work) + # uri: <%= ENV['MONGODB_URL'] %>