I have two models (Image and Video) that both are setup to Act_As_Taggable.
I'd like to use the tags for these two models to generate one overall tag cloud (Images and Videos are being used as Assets in the application but I have separate models so that I can control mimetypes and post processing easier).
What's the best way to handle something like this?