宝石の祖先を使用します。
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)