Ответ 1
После того, как я снова начал работать со скрепкой, я понял это. Это смешно просто скопировать файлы!
# Stupid example method that just copies a user 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
Это также отлично работает с amazon s3. Сладкие