mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-06 17:23:06 +00:00
ActionView::TemplateHandlers is deprecated on Rails3.2 and Redmine cannot boot on Rails3.2. Redmine does not use this rfpdf plugin feature. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8702 e93f8b46-1217-0410-a6f0-8f06a7374b81
13 lines
213 B
Ruby
13 lines
213 B
Ruby
module RFPDF
|
|
module TemplateHandlers
|
|
# class Base < ::ActionView::TemplateHandlers::ERB
|
|
|
|
# def compile(template)
|
|
# src = "_rfpdf_compile_setup;" + super
|
|
# end
|
|
# end
|
|
end
|
|
end
|
|
|
|
|