在轨道上订购协会

我有一个叫Payment的模型,有许多ChargeEvent 。 他们显示在Rails Admin上,但完全没有秩序 在这里输入图像描述

我尝试配置

  config.model 'BTR::Order' do
    show do
      include_all_fields

      field :charge_events do
        orderable :true
      end
    end

    edit do
      include_all_fields
    end
  end

sortablesort_by (失败)。 文档分散在github维基页面上,我找不到任何东西。

链接地址: http://www.djcxy.com/p/67065.html

上一篇: ordering associations on rails

下一篇: admin how to display only the current