RailsApps/rails-mailinglist-activejob

ActiveJob undefined method 'async'

Closed this issue · 1 comments

I was able to start the server but upon entering email on the page, I received the error below

NoMethodError - undefined method `async' for #<ActiveJob::QueueAdapters::SuckerPunchAdapter::JobWrapper:0x000001066cb568>:
  activejob (4.2.5.2) lib/active_job/queue_adapters/sucker_punch_adapter.rb:23:in `enqueue'
  activejob (4.2.5.2) lib/active_job/enqueuing.rb:71:in `block in enqueue'
  activesupport (4.2.5.2) lib/active_support/callbacks.rb:117:in `call'

Any idea?