🖥
Add custom actions to ActiveAdmin. (if id is required, not needed)
If you need id, use member_action.
ActiveAdmin.register Example do member_action :action_name, method: :get do end
Path generated: /admin/examples/:id/action_name
Use collection_action if you do not need id.
ActiveAdmin.register Example do collection_action :action_name, method: :get do end
Path generated: /admin/examples/action_name
Original by
ActiveAdmin にカスタムアクションを追加する。(idが必要な場合、必要ない場合)
About
チャットメンバー募集
何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。
公開日時
2019-04-16
Discussion