You could just patch the gem up to your own liking.
F.e.:
Add a column to the tag table (rails g migration AddDescriptionToTag description:text)
Open up the class (ActsAsTaggableOn::Tag) and go from there - make the description accessible or whatever you want.
You could just patch the gem up to your own liking.
F.e.:
Add a column to the tag table (rails g migration AddDescriptionToTag description:text)
Open up the class (ActsAsTaggableOn::Tag) and go from there - make the description accessible or whatever you want.