We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1cc1e commit 8947dc4Copy full SHA for 8947dc4
1 file changed
lib/junethack/database.rb
@@ -9,6 +9,8 @@
9
10
ActiveRecord.schema_format = :sql
11
12
+Dir.mkdir('logs') unless File.exist?('logs')
13
+
14
configure :development do
15
puts "Configuring development database"
16
ActiveRecord::Base.logger = Logger.new("logs/dev_db.log")
0 commit comments