Class: Card::Format::TextFormat
- Inherits:
-
Card::Format
- Object
- Card::Format
- Card::Format::TextFormat
- 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
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 |