search for: acts_as_comentable

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

Did you mean: acts_as_commentable
2007 Sep 23
9
Code reviews: my dumb use of acts_as_commentable (newbie)
With the help of several heroes here yesterday I beat my way into a working solution to adding comments to one or more models in my application using acts_as_comentable. Great plugin, but my implementation is lame. I need enlightenment. I have users who log in. For several views I want to let them add comments. Enter act_as_commentable which does just this -- it''s polymorphic, so you just tell your model to act_as_commentable and it obeys. However......