Sha256: 5933748951807cca771616c7bc10a3ab3ed34c076a84b66664889fe4e2b3dcf6
Contents?: true
Size: 338 Bytes
Versions: 69
Compression:
Stored size: 338 Bytes
Contents
# -*- encoding : utf-8 -*- class Card class Format class CsvFormat < TextFormat register :csv def mime_type "text/comma-separated-values" end def self.view_caching? # TODO: make view caching handle non-strings # (specifically stub_render) false end end end end
Version data entries
69 entries across 69 versions & 2 rubygems