Module: ArMailerRevised::EmailScaffold

Extended by:
ActiveSupport::Concern
Defined in:
lib/ar_mailer_revised/email_scaffold.rb

Instance Method Summary collapse

Instance Method Details

#previously_attempted?Boolean

Returns true if the system tried to send the email before.

Returns:

  • (Boolean)

    true if the system tried to send the email before.



34
35
36
# File 'lib/ar_mailer_revised/email_scaffold.rb', line 34

def previously_attempted?
  last_send_attempt > 0
end