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.
Rails gemのアクティブな管理者で、default_actionsから削除オプションを削除したいのですが、まだ編集と表示のアクションが必要ですが、それを行う方法はありますか?
actionsすべての Active Admin リソースへの呼び出しを追加します。
actions
ActiveAdmin.register Foobar do actions :all, :except => [:destroy] end