diff options
Diffstat (limited to 'actionpack/lib/action_controller')
| -rw-r--r-- | actionpack/lib/action_controller/upload_progress.rb | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/actionpack/lib/action_controller/upload_progress.rb b/actionpack/lib/action_controller/upload_progress.rb index ce8d51c67d..1e45f9daf2 100644 --- a/actionpack/lib/action_controller/upload_progress.rb +++ b/actionpack/lib/action_controller/upload_progress.rb @@ -126,15 +126,14 @@ module ActionController #:nodoc:    #   end    #    # -  module UploadProgress - +  module UploadProgress #:nodoc:      def self.append_features(base) #:nodoc:        super        base.extend(ClassMethods)        base.helper_method :upload_progress, :next_upload_id, :last_upload_id, :current_upload_id      end -    module ClassMethods +    module ClassMethods #:nodoc:        # Creates an +after_filter+ which will call +finish_upload_status+        # creating the document that will be loaded into the hidden IFRAME, terminating        # the status polling forms created with +form_with_upload_progress+. | 
