I am trying to use rails_admin w/mongoid to show a tabular view of a mongo collection. The problem is that I do not know the structure of the objects in the collection beforehand. rails_admin, AFAIK, is based on the model definition.
Is there any way to solve this problem?