gpt4 book ai didi

ruby-on-rails - 在 CarrierWave 中,retrieve_from_store 做什么!做?

转载 作者:行者123 更新时间:2023-12-03 16:03:02 27 4
gpt4 key购买 nike

documentationretrieve_from_store! :

Retrieves the file from the storage.



但是当我调用该方法时,我没有得到类似文件的东西,而是返回一个数组:
irb(main):008:0> uploader.retrieve_from_store!('my_file.png')
=> [:retrieve_versions_from_store!]

该方法具体有什么作用?

最佳答案

我今天也在寻找同样的东西。在 CarrierWave 论坛中找到了来自 Jonas Nicklas 的东西 here ...

retrieve_from_store! changes the state of the uploader, it doesn't return anything sensible. You want to do this:


uploader.retrieve_from_store!('test.jpg')
uploader.do_whatever

The return value from retrieve_from_store! is irrelevant.

关于ruby-on-rails - 在 CarrierWave 中,retrieve_from_store 做什么!做?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37847960/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com