I have a model named Tags where each tag has a name and description but a tag can be the parent for other tags.
I was thinking of adding a parent_id to my model but I want to know if Rails Admin can be configured to relate the child to a parent (another record from same model).
Thanks :)