新手问题 2O

2O · November 15, 2018 · Last by hooopo replied at November 16, 2018 · 877 hits

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

2O closed this topic. 25 Jan 19:27
You need to Sign in before reply, if you don't have an account, please Sign up first.