From 4cd5b05377c057ea44401dc759d641c5738540ce Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 30 Jun 2005 08:29:14 +0000 Subject: Dont include the upload progress automatically before it works better git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1571 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionpack/lib/action_controller.rb') diff --git a/actionpack/lib/action_controller.rb b/actionpack/lib/action_controller.rb index 7cc0d605ae..deead18b5a 100755 --- a/actionpack/lib/action_controller.rb +++ b/actionpack/lib/action_controller.rb @@ -48,7 +48,6 @@ require 'action_controller/cgi_process' require 'action_controller/caching' require 'action_controller/components' require 'action_controller/verification' -require 'action_controller/upload_progress' require 'action_controller/streaming' require 'action_controller/auto_complete' @@ -70,7 +69,6 @@ ActionController::Base.class_eval do include ActionController::Caching include ActionController::Components include ActionController::Verification - include ActionController::UploadProgress include ActionController::Streaming include ActionController::AutoComplete end -- cgit v1.2.3