Skip to content

Instantly share code, notes, and snippets.

@burin
Created September 20, 2008 04:00
Show Gist options
  • Save burin/11708 to your computer and use it in GitHub Desktop.
Save burin/11708 to your computer and use it in GitHub Desktop.
# Short circuit a deliver_* methods defined in ActionMailer::Base subclasses.
def do_not_deliver!
def self.deliver! ; false ; end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment