Sha256: 1a501a56297556f5f45271cf9fba5ed08911be370fda7a266708fb19bc38c0bf
Contents?: true
Size: 284 Bytes
Versions: 15
Compression:
Stored size: 284 Bytes
Contents
class LashaMailer < LashaApplicationMailer def notify(destination_email, subject, body) @data = { subject: subject, body: body } mail( to: destination_email, subject: subject, template_path: "mailers/lasha", # template_name: "notify" ) end end
Version data entries
15 entries across 15 versions & 1 rubygems