view vendor/plugins/rfpdf/lib/rfpdf/action_view.rb @ 441:cbce1fd3b1b7 redmine-1.2

Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author Chris Cannam
date Mon, 06 Jun 2011 14:24:13 +0100
parents
children
line wrap: on
line source
module RFPDF
  module ActionView

  private
    def _rfpdf_compile_setup(dsl_setup = false)
      compile_support = RFPDF::TemplateHandler::CompileSupport.new(controller)
      @rfpdf_options = compile_support.options
    end

  end
end