有谁知道是否可以做一个双嵌套表格。这样我就可以将图像从文章表单上传到一组。
例如
Article
has_many :image_sets
ImageSet
belongs_to :article
has_many :images
Image
belongs_to :image_set
有谁知道是否可以做一个双嵌套表格。这样我就可以将图像从文章表单上传到一组。
例如
Article
has_many :image_sets
ImageSet
belongs_to :article
has_many :images
Image
belongs_to :image_set