Here’s an example of using the Containble behavior when you’ve got deep and complex model relationships.
Let’s consider the following model associations…
First of all, let me warn you that what I’m describing here is more or less a hack and is not the most efficient way of handling such things, especially if you are dealing with large volumes of data. It is really here for educational purposes…