1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Just define the controller if fibers are defined.

This commit is contained in:
José Valim 2011-04-18 14:25:51 +02:00
parent 3e33592316
commit 07fde1a3d3

View file

@ -58,5 +58,5 @@ module RenderStreaming
assert_equal "chunked", headers["Transfer-Encoding"]
assert_equal cache, headers["Cache-Control"]
end
end if defined?(Fiber)
end
end if defined?(Fiber)