lib/sidekiq/extensions/action_mailer.rb in sidekiq-3.3.2 vs lib/sidekiq/extensions/action_mailer.rb in sidekiq-3.3.3
- old
+ new
@@ -26,10 +26,9 @@
private
def deliver(msg)
if msg.respond_to?(:deliver_now)
- ActiveSupport::Deprecation.warn('`ActionMailer.delay.method` is deprecated. Use `ActionMailer.method.deliver_later` instead and configure ActiveJob to use Sidekiq.')
# Rails 4.2/5.0
msg.deliver_now
else
# Rails 3.2/4.0/4.1
msg.deliver