Sha256: e5e5008fc7f4d3d1716c58d695fe381f97f48b91e68f1023e5545a2f562dedbf
Contents?: true
Size: 375 Bytes
Versions: 48
Compression:
Stored size: 375 Bytes
Contents
<% module_namespacing do -%> class <%= class_name %> < ApplicationMailer <% actions.each do |action| -%> # Subject can be set in your I18n file at config/locales/en.yml # with the following lookup: # # en.<%= file_path.tr("/",".") %>.<%= action %>.subject # def <%= action %> @greeting = "Hi" mail to: "to@example.org" end <% end -%> end <% end -%>
Version data entries
48 entries across 47 versions & 8 rubygems