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

Version Path
e9_crm-0.1.10 app/models/email_template.rb
e9_crm-0.1.8 app/models/email_template.rb
e9_crm-0.1.7 app/models/email_template.rb
e9_crm-0.1.6 app/models/email_template.rb
e9_crm-0.1.5 app/models/email_template.rb
e9_crm-0.1.4 app/models/email_template.rb
e9_crm-0.1.1 app/models/email_template.rb