public
Description: Adds pdf-writer support to Rails. The original project is outdated. This fork supports 2.3.2 and adds a few other goodies.
Homepage: http://rubyforge.org/projects/railspdfplugin/
Clone URL: git://github.com/pelargir/railspdf.git
railspdf / init.rb
100644 3 lines (2 sloc) 0.096 kb
1
2
3
require 'railspdf'
 
ActionView::Template.register_template_handler 'rpdf', RailsPDF::PDFRender