From bab674c681a1e28d44caeb6b7430273aaaaf4e71 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 30 Jun 2005 08:16:57 +0000 Subject: File upload progress seems to have problems on a variety of servers, marking as experimental for now and not including it in the docs git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1570 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/upload_progress_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view') diff --git a/actionpack/lib/action_view/helpers/upload_progress_helper.rb b/actionpack/lib/action_view/helpers/upload_progress_helper.rb index 1af8bce754..d9e3400a6e 100644 --- a/actionpack/lib/action_view/helpers/upload_progress_helper.rb +++ b/actionpack/lib/action_view/helpers/upload_progress_helper.rb @@ -51,7 +51,7 @@ module ActionView # # Default styling is included with the scaffolding CSS. # - module UploadProgressHelper + module UploadProgressHelper #:nodoc: unless const_defined? :FREQUENCY # Default number of seconds between client updates FREQUENCY = 2.0 -- cgit v1.2.3