lib/action_controller/metal/streaming.rb in actionpack-3.0.0.beta4 vs lib/action_controller/metal/streaming.rb in actionpack-3.0.0.rc
- old
+ new
@@ -1,4 +1,6 @@
+require 'active_support/core_ext/file/path'
+
module ActionController #:nodoc:
# Methods for sending arbitrary data and for streaming files to the browser,
# instead of rendering.
module Streaming
extend ActiveSupport::Concern