8 lines
343 B
Ruby
8 lines
343 B
Ruby
|
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
|
||
|
|