新手问题 2O

2O · 2018年11月15日 · 最后由 hooopo 回复于 2018年11月16日 · 877 次阅读

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 关闭了讨论。 01月25日 19:27
需要 登录 后方可回复, 如果你还没有账号请 注册新账号