class ActiveStorage::Representations::ProxyController

def show

def show
  http_cache_forever public: true do
    send_blob_stream @representation.image, disposition: params[:disposition]
  end
end