I\'m working on a project that uses ActiveAdmin for its administration backend.
I have two models, a Book model which has_many Products. When I try to access the product
A better approach now is to use remove_filter for the particular attribute or relationship:
remove_filter
Or you can also remove a filter and still preserve the default filters: preserve_default_filters! remove_filter :id
Or you can also remove a filter and still preserve the default filters:
preserve_default_filters! remove_filter :id
https://activeadmin.info/3-index-pages.html