Cal*_*bHC 19 ruby-on-rails copying paperclip
有没有人知道用Paperclip使用S3存储复制文件的方法?在我尝试自己编写之前,我只是想确保没有办法做到这一点.谢谢
Cal*_*bHC 28
在用回形针弄乱了一些后,我想通了.复制文件真是太简单了!
# Stupid example method that just copies a user's profile pic to another user.
def copy_profile_picture(user_1, user_2)
user_2.picture = user_1.picture
user_2.save # Copied the picture and we're done!
end
Run Code Online (Sandbox Code Playgroud)
这也适用于亚马逊s3.甜
| 归档时间: |
|
| 查看次数: |
5606 次 |
| 最近记录: |