class Dallal::Notifiers::EmailNotifier

Public Instance Methods

notify!() click to toggle source
# File lib/dallal/notifiers/email_notifier.rb, line 4
def notify!
  mailer.notify(notification).deliver_now
end
persist!() click to toggle source
# File lib/dallal/notifiers/email_notifier.rb, line 8
def persist!
end

Private Instance Methods

mailer() click to toggle source
# File lib/dallal/notifiers/email_notifier.rb, line 13
def mailer
  Dallal::Mailer
end