Production version should not use the devel camping DB.

This commit is contained in:
Paul van Tilburg 2010-06-09 14:15:31 +02:00
parent 3c62c6fd42
commit a1a6d58fe9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ $LOAD_PATH.unshift "/home/paul/Projects/anne-survey/lib"
require "anne-survey"
Camping::Models::Base.establish_connection( :adapter => 'sqlite3',
:database => '/home/paul/.camping.db',
:database => 'db/survey.db',
:timeout => 10000 )
run Anne