Skip to content

Instantly share code, notes, and snippets.

@hone
Created October 6, 2009 22:49
Show Gist options
  • Save hone/203526 to your computer and use it in GitHub Desktop.
Save hone/203526 to your computer and use it in GitHub Desktop.
class DeferredMailer < ActionMailer::Base
def deliver(*args)
EM.defer{ super }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment