To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 8d / 8d7f3b26aa44788861a89ec2075a19d495cdeed9.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (272 Bytes)

1 1296:038ba2d95de8 Chris
begin
2
  require('htmlentities')
3
rescue LoadError
4
  # This gem is not required - just nice to have.
5
end
6
require('cgi')
7
require 'rfpdf'
8
9
# Mime::Type.register "application/pdf", :pdf
10
# ActionView::Template::register_template_handler 'rfpdf', RFPDF::TemplateHandlers::Base