I have a User model which has many books, each book model has many authors, whats the rails best practice way of being able to access all the authors of all the books that the user has linked to it?
I have a User model which has many books, each book model has many authors, whats the rails best practice way of being able to access all the authors of all the books that the user has linked to it?