What’s the best way to extend an acts_as plugin?
Specifically I’m trying to implement the acts_as_taggable_on plugin, but I want to hide a bunch of methods it exposes and extend a few others.
What’s the best way to extend an acts_as plugin?
Specifically I’m trying to implement the acts_as_taggable_on plugin, but I want to hide a bunch of methods it exposes and extend a few others.