# File lib/action_controller/base.rb, line 633
      def render_to_string(options = {}) #:doc:
        result = render(options)
        erase_render_results
        return result
      end