tagging
tagging copied to clipboard
Use Model::afterFind() to add related tags/models to returned data
It just seems strange that you need to use a separate trigger to retrieve this information, especially when Tags is pretty much a standard direct HABTM relationship to the model. But optionally having related models all present (if the option was passed) seems to be a better consolidation of methods.