accepts_nested_attributes_for和after_remove
作者:Betjamin Richards 提问时间:10/9/2023
我有一个这样的模型 class Post < ApplicationRecord has_many :comments, after_add: :soil, after_remove: :s...
accepts-nested-attributes-for 问答列表
作者:Betjamin Richards 提问时间:10/9/2023
我有一个这样的模型 class Post < ApplicationRecord has_many :comments, after_add: :soil, after_remove: :s...