I am using 'acts_as_taggable_on' gem for tagging. Now I have added another gem 'public_activity'. Now I want to generate an activity when a user creates a new tag. How can I achieve this? Where should I write the code for creating a new activity for new tags?
Thanks in advance:)