How to cache a rails image variant that is directly uploaded to S3 with Active Storage?

后端 未结 0 1244
梦谈多话
梦谈多话 2020-12-17 06:02

I have rails app that is using this code to generate a resized variant image in the view:

<%= image_tag @user.profile_photo.variant(resize_to_fit: [256, 25         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题