parent
5fb51daab1
commit
c729677d43
@ -1,13 +1,11 @@ |
||||
#-- encoding: UTF-8 |
||||
module RFPDF |
||||
module TemplateHandlers |
||||
class Base < ::ActionView::TemplateHandlers::ERB |
||||
|
||||
def compile(template) |
||||
src = "_rfpdf_compile_setup;" + super |
||||
end |
||||
end |
||||
end |
||||
end |
||||
|
||||
|
||||
# module RFPDF |
||||
# module TemplateHandlers |
||||
# class Base < ::ActionView::TemplateHandlers::ERB |
||||
# |
||||
# def compile(template) |
||||
# src = "_rfpdf_compile_setup;" + super |
||||
# end |
||||
# end |
||||
# end |
||||
# end |
||||
|
Loading…
Reference in new issue