class DocumentExporter::PDF::Material
Private Instance Methods
template_path(name)
click to toggle source
# File lib/document_exporter/pdf/material.rb, line 8 def template_path(name) custom_template_for(name).presence || File.join('lcms', 'engine', 'documents', 'pdf', 'materials', name) end