gpt4 book ai didi

ruby-on-rails - ActiveStorage 生成附件 url

转载 作者:数据小太阳 更新时间:2023-10-29 07:38:52 26 4
gpt4 key购买 nike

我曾尝试将 ActiveStorage 与一个附件一起使用。我能够上传附件。

我的问题是生成 URL。我正在使用 url_for

class Template < ApplicationRecord
acts_as_archival readonly_when_archived: true

before_archive

belongs_to :user

has_many :fields, dependent: :destroy
accepts_nested_attributes_for :fields, allow_destroy: true

has_many :contracts
has_one_attached :image

end

<%= url_for(@template.image) %>

我遇到了这个错误

undefined method `active_storage_attachment_path' for
#<#<Class:0x007fa1de477520>:0x007fa1defa8b88>

最佳答案

你可以尝试使用

@template.image.url

来源:http://www.rubydoc.info/gems/activestorage/0.1

关于ruby-on-rails - ActiveStorage 生成附件 url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46077042/

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