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