Further update: I’ve just realised that none of my database relationships are built-in, e.g. a book has_many
authors in my Rails app, but when I’m viewing a book I see no author data alongside it.
Also, when viewing join tables, I’d love for the references to by hyperlinked to the main record, but right now I have flat IDs.
I’ve seen that forest-rails
isn’t recommended, and indeed, when I tried it first, I got so many errors relating to UUIDs.
Anybody know how I can get my basic table relationships to be recognised or how I can configure them?
Thank you!