bitex_bot 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/bitex_bot/database.rb +1 -1
- data/lib/bitex_bot/version.rb +1 -1
- metadata +1 -1
data/lib/bitex_bot/database.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
module BitexBot
|
2
2
|
module Database
|
3
|
-
ActiveRecord::Base.logger = Logger.new(File.open('database.log', 'w'))
|
3
|
+
#ActiveRecord::Base.logger = Logger.new(File.open('database.log', 'w'))
|
4
4
|
ActiveRecord::Base.establish_connection(Settings.database)
|
5
5
|
|
6
6
|
if ActiveRecord::Base.connection.tables.empty?
|
data/lib/bitex_bot/version.rb
CHANGED