• <%= link_to "File: #{attachment.attach.original_filename}", attachment.attach.url %>
    <%= "Path: #{attachment.attach.path}"%> <%= "Size: #{attachment.attach.size}"%> <%= "Updated at: #{attachment.attach.instance_read(:updated_at)}"%>
    <%= link_to "Elimina", active_metadata_destroy_attachment_path(attachment.document_class, attachment.document_id,attachment.label,attachment.id), :method => :delete, :remote => true %>