13 lines
246 B
Ruby
13 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
|
||
|
|