search for: taggable_extensions

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

2009 Sep 11
0
Need help with extending a plugin
...th the taggable classes (ie the ones that would call acts_as_taggable now) to be overlaid on top of the aatos ones (i''ll probably 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...