OSDN Git Service

fixed config
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Wed, 18 Jan 2012 11:47:45 +0000 (13:47 +0200)
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Wed, 18 Jan 2012 11:47:45 +0000 (13:47 +0200)
config/database.yml

index ff126d9..51a4dd4 100644 (file)
@@ -20,6 +20,6 @@ test:
 
 production:
   adapter: sqlite3
-  database: db/development.sqlite3
+  database: db/production.sqlite3
   pool: 5
   timeout: 5000