Mercurial > hg > soundsoftware-site
view vendor/plugins/rfpdf/init.rb @ 917:66ac47c3719b cannam_integration
Rename .text.html.erb and .text.plain.erb to .html.erb and .text.erb in line with the other mailer files
author | Chris Cannam |
---|---|
date | Tue, 06 Mar 2012 14:05:16 +0000 |
parents | cbce1fd3b1b7 |
children |
line wrap: on
line source
begin require('htmlentities') rescue LoadError # This gem is not required - just nice to have. end require('cgi') require 'rfpdf' # Mime::Type.register "application/pdf", :pdf ActionView::Template::register_template_handler 'rfpdf', RFPDF::TemplateHandlers::Base