File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,8 @@ If you want some more conveniences you can also use [zipline](https://github.com
60
60
will automatically process and stream attachments (Carrierwave, Shrine, ActiveStorage) and remote objects
61
61
via HTTP.
62
62
63
- ` RailsStreaming ` does * not* require [ ActionController::Live] ( https://api.rubyonrails.org/classes/ActionController/Live.html )
64
- and will stream without it. See {ZipKit::RailsStreaming#zip_kit_stream} for more details on this. You can use it
65
- together with ` Live ` just fine if you need to.
63
+ ` zip_kit_stream ` does * not* require [ ActionController::Live] ( https://api.rubyonrails.org/classes/ActionController/Live.html )
64
+ and will stream without it. It will work inside ` Live ` controllers just fine though.
66
65
67
66
## Writing into streaming destinations
68
67
You can’t perform that action at this time.
0 commit comments