ActiveRecordで多階層カテゴリ という投稿をしたところ、 @jnchito さんに Ancestry なるgemを教えていただきました。 stefankroes/ancestry Organise ActiveRecord model into a tree structure 準備 $ rails g model category name:string $ rake db:migrate mysql> desc categories; +------------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +------------+--------------+------+-----+---------+---