1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-12 04:03:08 +00:00

ActionView::Base::register_template_handler moved to ActionView::Template::register_template_handler (#1194).

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1468 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2008-05-27 17:24:05 +00:00
parent 48129a9cac
commit c8766235d9

View File

@ -1,3 +1,3 @@
require 'rfpdf'
ActionView::Base::register_template_handler 'rfpdf', RFPDF::View
ActionView::Template::register_template_handler 'rfpdf', RFPDF::View