gpt4 book ai didi

ruby-on-rails - Paperclip:与 mailboxer gem 集成

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

我正在使用 mailboxer gem,我不知道如何将它与 Paperclip(消息类)一起使用。

将 Paperclip 与 User 类一起使用是:

class User < ActiveRecord::Base
has_attached_file :picture
end

如何将 has_attached_file 添加到 Message 类(模型中没有 message.rb)?

谢谢。

最佳答案

两种解决方案:

  • 使用由载波制作的内置附件 ( source )

  • monkey 修补Message 模型:

在初始化器中做:

Message.class_eval do

#your paperclip code goes here

end

别忘了 migrations !

关于ruby-on-rails - Paperclip:与 mailboxer gem 集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12199071/

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