1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

this isnt supported anymore

This commit is contained in:
Mike Perham 2016-10-14 10:22:11 -07:00
parent 59b6bd2ee8
commit 3b538c66e9

View file

@ -21,7 +21,6 @@ module Myapp
# config.i18n.default_locale = :de
# Do not swallow errors in after_commit/after_rollback callbacks.
config.active_record.raise_in_transactional_callbacks = true
config.active_job.queue_adapter = :sidekiq
end
end