Last active
January 21, 2016 14:31
-
-
Save foliea/3acb3374385fefedc17e to your computer and use it in GitHub Desktop.
Helpers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module MailDeliveries | |
extend self | |
extend Forwardable | |
@@deliveries = ActionMailer::Base.deliveries | |
def_delegators :@@deliveries, :last, :clear, :empty? | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment