Added ActionController::Base.enable_upload_progress for people who want to...

Added ActionController::Base.enable_upload_progress for people who want to play with the experimental upload progress

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1607 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 50f0a736
......@@ -325,6 +325,12 @@ def uses_component_template_root
path_of_controller_root = path_of_calling_controller.sub(/#{controller_path.split("/")[0..-2]}$/, "")
self.template_root = path_of_controller_root
end
# Temporary method for enabling upload progress until it's ready to leave experimental mode
def enable_upload_progress # :nodoc:
require 'action_controller/upload_progress'
include ActionController::UploadProgress
end
end
public
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册