This repository tries to illustrate an issue in avo where you can't have recursive resources.
bundle install
bin/rails db:setup
bin/rails s
- http://localhost:3000/admin
- View "Grandpa"
- Try to view or edit the "Dad" child
Every time you end up viewing/editing "Grandpa" again.