MakeWatchable and MakeFlaggable ActiveRecord extensions
Just released two small ActiveRecord Rails extensions: MakeWatchable (for adding watchers to something) and MakeFlaggable (to flag something). You may get this functionality also by some other (mostly larger) extensions or implementing it directly in your app, but I prefer very problem specific and small extensions … and that is what those are.
Post a comment