class WickedPdf::WickedPdfHelper::Assets::MissingLocalAsset
Attributes
path[R]
Public Class Methods
new(path)
click to toggle source
Calls superclass method
# File lib/wicked_pdf/wicked_pdf_helper/assets.rb, line 15 def initialize(path) @path = path super("Could not find asset '#{path}'") end