Delayed Job uses special syntax for Rails Mailers. Do not call the .deliver method when using .delay . # without delayed_job Notifier.signup(@user).deliver ...
確定! 回上一頁