method

render_template

render_template(filename)
private

No documentation available.

# File actionpack/lib/action_controller/failsafe.rb, line 68
      def render_template(filename)
        ERB.new(File.read(filename)).result(binding)
      end