Hi,
Is there an simple way, i.e. within the rails_admin initializer or otherwise, to exclude items from the list view for a particular model in the RailsAdmin ui, based on the value of a particular field.
I want to exclude items with a status field set to say 'deleted' from being displayed in the RailsAdmin ui. (this allows me to clean up the ui without actually deleting any data from the db)
thanks for your time,
Andrew