Mercurial > hg > soundsoftware-site
view vendor/plugins/rfpdf/.svn/text-base/init.rb.svn-base @ 401:a0f6e994657f feature_113
Fix index file name; minor text changes; hack in link to repo (currently hard-coded with project name!)
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Mon, 11 Apr 2011 20:08:05 +0100 |
parents | 513646585e45 |
children | cbce1fd3b1b7 |
line wrap: on
line source
require 'rfpdf' begin ActionView::Template::register_template_handler 'rfpdf', RFPDF::View rescue NameError # Rails < 2.1 RFPDF::View.backward_compatibility_mode = true ActionView::Base::register_template_handler 'rfpdf', RFPDF::View end