This method is deprecated or moved on the latest stable version. The last existing version (v1.0.0) is shown here.
progress_bar_id()
Element ID of the progress bar
# File actionpack/lib/action_view/helpers/upload_progress_helper.rb, line 417 def progress_bar_id "UploadProgressBar#{current_upload_id}" end