Class: WickedPdf::WickedPdfHelper::Assets::PropshaftAsset

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/wicked_pdf/wicked_pdf_helper/assets.rb

Instance Method Summary collapse

Instance Method Details

#content_typeObject



34
35
36
# File 'lib/wicked_pdf/wicked_pdf_helper/assets.rb', line 34

def content_type
  super.to_s
end

#filenameObject



42
43
44
# File 'lib/wicked_pdf/wicked_pdf_helper/assets.rb', line 42

def filename
  path.to_s
end

#to_sObject



38
39
40
# File 'lib/wicked_pdf/wicked_pdf_helper/assets.rb', line 38

def to_s
  content
end