Sha256: f242f9026f75d916653cd6f8268af7594819dc29a2c4ff922c5766c8d8fc7056
Contents?: true
Size: 259 Bytes
Versions: 11
Compression:
Stored size: 259 Bytes
Contents
class Mailer < ActionMailer::Base include GhostInThePost::Mailer default from: 'john@example.com' def normal_email mail(to: 'example@example.org', subject: "Notification for you") do |format| format.html format.text end end end
Version data entries
11 entries across 11 versions & 1 rubygems