Sha256: d3ac8154c45c21c3e935e2096a49b49f5db8374b9e25199283dcbf07eb4fd687

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

class NotificationMailerNoStyle < ActionMailer::Base
  layout "notification_mailer_without_style"

  default from: "Johnny Quids<quidlicker@example.com>"

  def email_with_no_style
    mail(to: "archie@example.com", :subject => "We need dry ice")
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
actionmailer-instyle-0.0.1 spec/internal/app/mailers/notification_mailer_no_layout.rb