From 2fea428b676645df1afd18fe265664b2159605a8 Mon Sep 17 00:00:00 2001 From: saurabhbhatia Date: Tue, 30 Jul 2013 17:17:17 +0800 Subject: [PATCH] Changed mongoid production back to test_site --- config/mongoid.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mongoid.yml b/config/mongoid.yml index 88e2fac4..49a7167c 100644 --- a/config/mongoid.yml +++ b/config/mongoid.yml @@ -24,4 +24,4 @@ production: # password: <%= ENV['MONGOID_PASSWORD'] %> # database: <%= ENV['MONGOID_DATABASE'] %> <<: *defaults - database: demo_site_production + database: test_site