class Card::Format::TextFormat

Public Class Methods

view_caching?() click to toggle source
# File lib/card/format/text_format.rb, line 9
def self.view_caching?
  # probably overkill.  problem was with email text message
  false
end