search for: taggableextensions

Displaying 1 result from an estimated 1 matches for "taggableextensions".

Did you mean: taggable_extensions
2009 Sep 11
0
Need help with extending a plugin
...obably end up deleting some of them because they replicate aatos methods). I''ve got part of the way there by basically moving my own methods into a lib file (taggable_extensions.rb) which mirrors the acts_as_x plugin setup, and so in my taggable classes i now say acts_as_taggable include TaggableExtensions This is fine for those classes, although it would be nice if there was some way i could get aatos to automatically use these exensions without going in and hacking the plugin. However, i''m not sure what to do with my Tag and Tagging class methods. Should i put those in the same module, i...