From ec4f54fcc41bd6e76d578e9ab7a723813571d44a Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Tue, 14 Apr 2015 16:18:44 +0800 Subject: [PATCH] mongoid fix --- config/mongoid.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/mongoid.yml b/config/mongoid.yml index db95631..d0cb610 100644 --- a/config/mongoid.yml +++ b/config/mongoid.yml @@ -1,14 +1,14 @@ development: sessions: default: - database: orbit_4_5_joshua + database: orbit_4_5 hosts: - localhost:27017 test: sessions: default: - database: orbit_4_5_joshua + database: orbit_4_5 hosts: - localhost:27017 options: @@ -21,6 +21,6 @@ production: default: # username: # password: - database: orbit_4_5_joshua + database: orbit_4_5 hosts: - localhost:27017