method

reset_history

rails latest stable - Class: ActionController::UploadProgress::Progress

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.0.0) is shown here.

reset_history()
private

No documentation available.

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