search for: taggableextra

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

Did you mean: taggableextras
2009 Sep 11
0
Need help with extending a plugin
...ing i''m missing something obvious and i can just push everything in taggable_extensions into the aatos plugin, from inside taggable_extensions. I just don''t know how. Here''s what my current taggable_extensions.rb looks like module ActiveRecord module Acts module TaggableExtras def self.included(base) base.extend(ClassMethods) end module ClassMethods def acts_as_taggable_extras(options = {}) include ActiveRecord::Acts::TaggableExtras::InstanceMethods extend ActiveRecord::Acts::TaggableExtras::SingletonMethods...