aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/streaming.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2009-12-20 17:15:31 -0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2009-12-20 17:15:31 -0800
commit83f4d86a9330533ec9af21ba18b4ab28011b8981 (patch)
treea5145f9230797f88eb34c3e28c55ba93a706e1f1 /actionpack/lib/action_controller/metal/streaming.rb
parentbdccffc40eee1e11b7e5f3516bffa4c46bf97b30 (diff)
downloadrails-83f4d86a9330533ec9af21ba18b4ab28011b8981.tar.gz
rails-83f4d86a9330533ec9af21ba18b4ab28011b8981.tar.bz2
rails-83f4d86a9330533ec9af21ba18b4ab28011b8981.zip
Rename the RenderingController module to just plain Rendering
Diffstat (limited to 'actionpack/lib/action_controller/metal/streaming.rb')
-rw-r--r--actionpack/lib/action_controller/metal/streaming.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/streaming.rb b/actionpack/lib/action_controller/metal/streaming.rb
index 43c661bef4..288b5d7c99 100644
--- a/actionpack/lib/action_controller/metal/streaming.rb
+++ b/actionpack/lib/action_controller/metal/streaming.rb
@@ -4,7 +4,7 @@ module ActionController #:nodoc:
module Streaming
extend ActiveSupport::Concern
- include ActionController::RenderingController
+ include ActionController::Rendering
DEFAULT_SEND_FILE_OPTIONS = {
:type => 'application/octet-stream'.freeze,