Sha256: c23cb2ed8efb65d5e88e80d644a050345905c5c2020ae023f3fc4eb76e6e9fb2
Contents?: true
Size: 376 Bytes
Versions: 118
Compression:
Stored size: 376 Bytes
Contents
<% module_namespacing do -%> # Preview all emails at http://localhost:3000/rails/mailers/<%= file_path %> class <%= class_name %>Preview < ActionMailer::Preview <% actions.each do |action| -%> # Preview this email at http://localhost:3000/rails/mailers/<%= file_path %>/<%= action %> def <%= action %> <%= class_name %>.<%= action %> end <% end -%> end <% end -%>
Version data entries
118 entries across 109 versions & 12 rubygems