Remove unused helper methods
They aren't used since commitsa6585361,3752f3a5,88a7a29d,eef8ad1b,f67f058b,04910feaand9181610d. The method `image_bytes_to_megabytes` was never used and is a duplicate of the method `bytes_to_megabytes`.
This commit is contained in:
@@ -11,10 +11,6 @@ module DocumentsHelper
|
||||
bytes / Numeric::MEGABYTE
|
||||
end
|
||||
|
||||
def document_nested_field_wrapper_id(index)
|
||||
"document_#{index}"
|
||||
end
|
||||
|
||||
def render_destroy_document_link(builder, document)
|
||||
if !document.persisted? && document.cached_attachment.present?
|
||||
link_to t("documents.form.delete_button"),
|
||||
|
||||
Reference in New Issue
Block a user