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:
parent
48129a9cac
commit
c8766235d9
2
rails-2.1/vendor/plugins/rfpdf/init.rb
vendored
2
rails-2.1/vendor/plugins/rfpdf/init.rb
vendored
@ -1,3 +1,3 @@
|
||||
require 'rfpdf'
|
||||
|
||||
ActionView::Base::register_template_handler 'rfpdf', RFPDF::View
|
||||
ActionView::Template::register_template_handler 'rfpdf', RFPDF::View
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user