I have this model:
我有这个型号:
class Product < ActiveRecord::Base
has_many :product_images, dependent: :destroy, autosave: true
accepts_nested_attributes_for :product_images, allow_destroy: true
end
class Product < I have this model:
我有这个型号:
class Product < ActiveRecord::Base
has_many :product_images, dependent: :destroy, autosave: true
accepts_nested_attributes_for :product_images, allow_destroy: true
end
class Product <