class WickedPdf::WickedPdfHelper::Assets::PropshaftAsset

Public Instance Methods

content_type() click to toggle source
Calls superclass method
# File lib/wicked_pdf/wicked_pdf_helper/assets.rb, line 32
def content_type
  super.to_s
end
filename() click to toggle source
# File lib/wicked_pdf/wicked_pdf_helper/assets.rb, line 40
def filename
  path.to_s
end
to_s() click to toggle source
# File lib/wicked_pdf/wicked_pdf_helper/assets.rb, line 36
def to_s
  content
end