Fix deprecation warning from Rails
This commit is contained in:
parent
a71a9dfad0
commit
6e9b38f04b
@ -42,5 +42,7 @@ module Akkounts
|
|||||||
|
|
||||||
config.active_job.queue_adapter = :sidekiq
|
config.active_job.queue_adapter = :sidekiq
|
||||||
config.action_mailer.deliver_later_queue_name = nil # use "default" queue
|
config.action_mailer.deliver_later_queue_name = nil # use "default" queue
|
||||||
|
|
||||||
|
config.active_record.legacy_connection_handling = false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user