使用宝石血统。
如何从 Category::ActiveRecordRelation 中跳过 self 元素或需要使用范围?
= simple_form_for @category do |f|
= f.input :parent_id, collection: Category.roots
就像是:
= f.input :parent_id, collection: Category.roots.except(@category)
使用宝石血统。
如何从 Category::ActiveRecordRelation 中跳过 self 元素或需要使用范围?
= simple_form_for @category do |f|
= f.input :parent_id, collection: Category.roots
就像是:
= f.input :parent_id, collection: Category.roots.except(@category)