class Card::Format::EmailHtmlFormat

Format text for use in html email messages

Public Class Methods

view_caching?() click to toggle source
# File lib/card/format/email_html_format.rb, line 8
def self.view_caching?
  false
end