Class: Card::Format::TextFormat

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

Overview

card format class for plaintext views

Class Method Summary collapse

Class Method Details

.view_caching?Boolean

Returns:

  • (Boolean)


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

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