1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2019-02-08 08:53:50 -08:00
parent d911036768
commit 731b5d69e4

View file

@ -7,5 +7,6 @@ module Dummy
config.root = File.expand_path("../..", __FILE__)
config.eager_load = false
config.logger = Logger.new('/dev/null')
config.active_record.sqlite3.represent_boolean_as_integer = true
end
end