public
Description: A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
Homepage: http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
Clone URL: git://github.com/mbleigh/acts-as-taggable-on.git
Click here to lend your support to: acts-as-taggable-on and make a donation at www.pledgie.com !

Comments for mbleigh's acts-as-taggable-on   feed

dsmalko commented on mbleigh/acts-as-taggable-on Wed Jun 04 05:15:46 -0700 2008
Comment in e7c3af0:

Why User.find(:all, search_conditions)?

Maybe self.class.find(:all, search_conditions) ??