2O
试试 https://github.com/swanandp/acts_as_list
class Comment < ApplicationRecord belongs_to :post acts_as_list scope: :post, column: :floor_no end
each_with_index