Sha256: 1e215fefebc51b9f04998a987becb677a765bd5ede8f132922116f02cd26c347
Contents?: true
Size: 298 Bytes
Versions: 119
Compression:
Stored size: 298 Bytes
Contents
class <%= class_name %> < ActionMailer::Base <% for action in actions -%> def <%= action %>(sent_at = Time.now) @subject = '<%= class_name %>#<%= action %>' @body = {} @recipients = '' @from = '' @sent_on = sent_at @headers = {} end <% end -%> end
Version data entries
119 entries across 119 versions & 9 rubygems