RailsCasts Pro episodes are now free!

Learn more or hide this

Gernot Höflechner's Profile

GitHub User: LFDM

Comments by Gernot Höflechner

Avatar

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.