Sha256: 0baf8bf022a671632b43d2c6d561b248d83bcc37974d51f87bc2b391545cb0b0
Contents?: true
Size: 299 Bytes
Versions: 15
Compression:
Stored size: 299 Bytes
Contents
<%# @param object [model] model instance %> <%# @param field_name [String] name of the field %> <%# @param value [Object] value of the field %> <%# @param metadata [Hash] metadata of the field %> <%= value.try(:attachment) ? link_to(value.attachment.blob.filename, rails_blob_path(value)) : null %>
Version data entries
15 entries across 11 versions & 1 rubygems