Class: Card::Format::TextFormat

Inherits:
Card::Format show all
Defined in:
lib/card/format/text_format.rb

Direct Known Subclasses

CsvFormat

Class Method Summary collapse

Class Method Details

.view_caching?Boolean

Returns:

  • (Boolean)


10
11
12
13
# File 'lib/card/format/text_format.rb', line 10

def self.view_caching?
  # probably overkill.  problem was with email text message
  false
end