# File lib/action_controller/base.rb, line 669
      def render_nothing(status = nil)
        render_text(' ', status)
      end