🖥

Add custom actions to ActiveAdmin. (if id is required, not needed)

2019/04/16に公開

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

About this translattion

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

https://line.me/ti/g2/eEPltQ6Tzh3pYAZV8JXKZqc7PJ6L0rpm573dcQ

Twitter

https://twitter.com/YumaInaura

公開日時

2019-04-16

Discussion