method

reset_history

reset_history()
private

No documentation available.

# File actionpack/lib/action_controller/upload_progress.rb, line 468
      def reset_history
        @history = [[0,0]]
      end