Sha256: 2a14d3e67f67e27571f697a77b16bfc46a7d03440bfd8b843b9fef2b0943abec
Contents?: true
Size: 221 Bytes
Versions: 10
Compression:
Stored size: 221 Bytes
Contents
filename = [ @invoice.t.capitalize, @invoice.tracking_id, @invoice.customer.try(:short_name), ].join("_").concat(".pdf") response.headers["Content-Disposition"] = %(inline; filename="#{filename}") @invoice.to_pdf
Version data entries
10 entries across 10 versions & 1 rubygems