Skip to content

Commit

Permalink
specify mail delivery job
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamfall committed Nov 16, 2023
1 parent fe343e3 commit f3b0f51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ class Application < Rails::Application
g.test_framework :rspec
end

config.action_mailer.delivery_job = "ActionMailer::MailDeliveryJob"

config.cache_store = :memory_store
config.active_record.schema_format = :sql
config.active_job.queue_adapter = :sidekiq
Expand Down

0 comments on commit f3b0f51

Please sign in to comment.