ActionController::DataStreaming::FileBody doesn't respond to #close.

上级 a6bdae1c
...@@ -212,7 +212,7 @@ def location=(url) ...@@ -212,7 +212,7 @@ def location=(url)
end end
def close def close
stream.close stream.close if stream.respond_to?(:close)
end end
def to_a def to_a
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册