Sha256: 78cf000f9f2e42c4b1b368e292cb94a0ad94d65f3f8ea8cad24d33ced8d216f0
Contents?: true
Size: 287 Bytes
Versions: 7
Compression:
Stored size: 287 Bytes
Contents
# An "Email" that isn't intended to be sent, but rather as a prototype # for other Emails to be generated from. # class EmailTemplate < Email # TODO the email class hierarchy needs a major refactoring, it's backwards and convoluted before_save :generate_html_body_from_text_body end
Version data entries
7 entries across 7 versions & 1 rubygems