Class: TradoPdfInvoiceModule::Admin::OrdersController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/trado_pdf_invoice_module/admin/orders_controller.rb

Instance Method Summary collapse

Instance Method Details

#invoice_pdfObject



4
5
6
7
8
# File 'app/controllers/trado_pdf_invoice_module/admin/orders_controller.rb', line 4

def invoice_pdf
    set_order
    create_pdf
    download_pdf
end