Sha256: 7ba369d2c0ddeae43d9a0fef6409a303d684496ba7cb904ea5a57bea69872297
Contents?: true
Size: 214 Bytes
Versions: 16
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true module Lcms module Engine module DownloadHelper def file_icon(type) %w(excel doc pdf powerpoint zip).include?(type) ? type : 'unknown' end end end end
Version data entries
16 entries across 16 versions & 1 rubygems