1
我想用多態關聯和神社實現多個文件上傳。Rails 5 +神殿多個文件上傳
class Campaign < ApplicationRecord
has_many :photos, as: :imageable, dependent: :destroy
accepts_nested_attributes_for :photos, allow_destroy: true
end
class Photo < ApplicationRecord
include ImageUploader::Attachment.new(:image)
belongs_to :imageable, polymorphic: true
end
我可以在瀏覽文檔後保存照片。
請指教如何驗證可成像範圍內圖像的唯一性。
我知道每個原始版本都可以生成簽名,但這是否正確?
謝謝。
謝謝!我計算了最後一天使用jQuery進行直接上傳。 :) – Anton