Sha256: 452037ca2319ad2705a379a435900decc689c24c76bc06dd93c4f77bff8f25d5
Contents?: true
Size: 236 Bytes
Versions: 42
Compression:
Stored size: 236 Bytes
Contents
filename = [ @quotation.t.capitalize, @quotation.tracking_id, @quotation.customer.try(:short_name), ].join("_").concat(".pdf") response.headers["Content-Disposition"] = %(inline; filename="#{filename}") @quotation.pdf_file.read
Version data entries
42 entries across 42 versions & 1 rubygems