Moving humanized_content_type from DocumentablesHelper to Document model. Removing humanized_file_size in favor of direct use of number_to_human_size form ActionViewHelper. Added additional documentens to all concerned views

This commit is contained in:
Manuel Ortega
2017-10-18 22:21:01 +02:00
parent 97fb986626
commit 2fef9c14d0
7 changed files with 14 additions and 10 deletions

View File

@@ -52,6 +52,10 @@ class Document < ActiveRecord::Base
end
end
def humanized_content_type
attachment_content_type.split("/").last.upcase
end
private
def documentable_class