Module: Ruport::Report::Invoice
- Defined in:
- lib/ruport/util/invoice.rb
Instance Method Summary collapse
Instance Method Details
#render_invoice(*args, &block) ⇒ Object
125 126 127 |
# File 'lib/ruport/util/invoice.rb', line 125 def render_invoice(*args,&block) Ruport::Renderer::Invoice.render_pdf(*args,&block) end |