Sha256: f0bd785108f33efa46ec9297f5782a99dc6af4a8a8a64cabb9c1a76e1fb782ec

Contents?: true

Size: 182 Bytes

Versions: 14

Compression:

Stored size: 182 Bytes

Contents

module Alchemy
	module Admin
		module AttachmentsHelper

			def mime_to_human mime
				Alchemy::I18n.t(mime, :scope => :mime_types, :default => t('document'))
			end

		end
	end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
alchemy_cms-2.1.12 app/helpers/alchemy/admin/attachments_helper.rb
alchemy_cms-2.1.11 app/helpers/alchemy/admin/attachments_helper.rb
alchemy_cms-2.1.9.1 app/helpers/alchemy/admin/attachments_helper.rb
alchemy_cms-2.1.9 app/helpers/alchemy/admin/attachments_helper.rb
alchemy_cms-2.1.8.1 app/helpers/alchemy/admin/attachments_helper.rb
alchemy_cms-2.1.8 app/helpers/alchemy/admin/attachments_helper.rb
alchemy_cms-2.1.7 app/helpers/alchemy/admin/attachments_helper.rb
alchemy_cms-2.1.6 app/helpers/alchemy/admin/attachments_helper.rb
alchemy_cms-2.1.5 app/helpers/alchemy/admin/attachments_helper.rb
alchemy_cms-2.1.4 app/helpers/alchemy/admin/attachments_helper.rb
alchemy_cms-2.1.3 app/helpers/alchemy/admin/attachments_helper.rb
alchemy_cms-2.1.2 app/helpers/alchemy/admin/attachments_helper.rb
alchemy_cms-2.1.1 app/helpers/alchemy/admin/attachments_helper.rb
alchemy_cms-2.1 app/helpers/alchemy/admin/attachments_helper.rb