public
Fork of thorny-sun/prawnto
Description: a featureful rails plugin leveraging the new kickass prawn library to produce pdf views
Homepage: http://cracklabs.com/prawnto
Clone URL: git://github.com/filiptepper/prawnto.git
prawnto / init.rb
100644 7 lines (4 sloc) 0.26 kb
1
2
3
4
5
6
7
require 'prawnto'
 
Mime::Type.register "application/pdf", :pdf
ActionView::Template.register_template_handler 'prawn', Prawnto::TemplateHandler::Base
ActionView::Template.register_template_handler 'prawnx', Prawnto::TemplateHandler::Raw # experimental