You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
coreyward edited this page Jul 16, 2012
·
2 revisions
On index pages, ActiveAdmin will generate a single SELECT query for each belongs_to association on a resource in order to allow filtering based on associations.
To disable this behavior, override the default list of filters by adding filters manually:
ActiveAdmin.registerPostdofilter:idend
Individual associations can still be filtered on, just add each of them manually to the list of filters: