To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 94 / 9423b6b67280e54bb294315e955a03aa8dc120e2.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (238 Bytes)

1
module RFPDF
2
  module ActionView
3

    
4
  private
5
    def _rfpdf_compile_setup(dsl_setup = false)
6
      compile_support = RFPDF::TemplateHandler::CompileSupport.new(controller)
7
      @rfpdf_options = compile_support.options
8
    end
9

    
10
  end
11
end
12