lib/grape.rb in grape-1.3.3 vs lib/grape.rb in grape-1.4.0
- old
+ new
@@ -204,15 +204,15 @@
eager_autoload do
autoload :Presenter
end
end
- module ServeFile
+ module ServeStream
extend ::ActiveSupport::Autoload
eager_autoload do
- autoload :FileResponse
autoload :FileBody
autoload :SendfileResponse
+ autoload :StreamResponse
end
end
end
require 'grape/config'