Sha256: 0505432dbf844bd24407d9d053418efaceb13b473ce97dec902f02229316b75d
Contents?: true
Size: 353 Bytes
Versions: 29
Compression:
Stored size: 353 Bytes
Contents
module Cms class Editable def self.content_type(name) case name when /\.css\Z/ "text/css" when /\.js\Z/ "text/javascript" when /\.xml\Z/ "text/xml" when /\.json\Z/ "application/json" when /\.txt\Z/ "text/plain" else "text/html" end end end end
Version data entries
29 entries across 29 versions & 1 rubygems