I started using ActiveAdmin recently in a project and almost everything works great but I\'m having a problem when using it in combination with the friendly_id gem. I\'m ge
This method works for me. add this code in app/admin/model_name.rb
ActiveAdmin.register model_name do controller do defaults finder: :find_by_slug end end