active_storage send_zip:从一个或多个Active Storage对象创建一个zip 源码
ActiveStorage :: SendZip 在Rails控制器中添加send_zip方法,以发送包含一个或多个对象的.zip文件。 用法 带Array 假设您具有带有ActiveStorage的ActiveRecord模型,如下所示: # app/models/user.rb class User < ApplicationRecord has_many_attached :pictures end 您只需在控制器中包括ActiveStorage::SendZip并使用ActiveStorage::SendZip#send_zip方法。 只需传递一些对象作为参数: #
文件列表
active_storage-send_zip-master.zip
(预估有个17文件)
active_storage-send_zip-master
active_storage-send_zip.gemspec
2KB
.gitignore
73B
CHANGELOG.yml
890B
bin
setup
131B
console
358B
.travis.yml
107B
CODE_OF_CONDUCT.md
3KB
LICENSE.txt
1KB
暂无评论