foodsoft/vendor/plugins/prawnto/lib/prawnto/action_view.rb

12 lines
246 B
Ruby

module Prawnto
module ActionView
private
def _prawnto_compile_setup(dsl_setup = false)
compile_support = Prawnto::TemplateHandler::CompileSupport.new(controller)
@prawnto_options = compile_support.options
end
end
end