##// END OF EJS Templates
Fixes non-matching html tag (#1734)....
Fixes non-matching html tag (#1734). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1714 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1609:7cdd88a6ce36
r1713:91a5fa32d7b0
Show More
init.rb
9 lines | 247 B | text/x-ruby | RubyLexer
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