Sha256: b9d3fd6156705944a201cd1613ece442113cb844472c102ea8c8f267d36cd3b7
Contents?: true
Size: 315 Bytes
Versions: 1
Compression:
Stored size: 315 Bytes
Contents
module PrawnCocktailRails module Controller private def send_pdf(document, opts = {}) disposition = opts.fetch(:disposition, "attachment") send_data( document.render, type: :pdf, disposition: disposition, filename: document.filename ) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prawn_cocktail_rails-0.3.1 | lib/prawn_cocktail_rails/controller.rb |