views:

15

answers:

0

I'm using the acts_as_taggable_on_steroids plugin and I've added additional fields to the Tags table that I would like to validate. I would rather not modify the plugin code in /vendor.

What is the best approach?

Making a new subclass would require modifying a lot of code I've already written. Is there a way to inject code into the plugin's namespace from outside?