Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リソースインデックスページにdefault_scopeを使用する以外に、ActiveAdminインデックスページでデフォルトで特定の列を並べ替えるにはどうすればよいですか?私は多くのことを試みましたが、どれもうまくいきませんでした。
アクティブな管理者インデックスページのドキュメントから:
インデックスのデフォルトの並べ替え 順序インデックスページのデフォルトの並べ替え順序を定義できます。
ActiveAdmin.register Post do config.sort_order = "name_asc" end