Module: Html2Pdf::Rails::Rendering

Defined in:
lib/html2pdf/rails/rendering.rb

Instance Method Summary collapse

Instance Method Details

#render_to_pdf(options) ⇒ Object



8
9
10
# File 'lib/html2pdf/rails/rendering.rb', line 8

def render_to_pdf(options)
  make_and_send_pdf(options.delete(:pdf), options)
end