# File lib/action_controller/base.rb, line 622
      def render_to_string(options = nil) #:doc:
        result = render(options)
        erase_render_results
        result
      end