Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'Flag as inappropriate' notification system - is there a gem or plugin for Rails?

I would like to implement a 'flag as inappropriate/abusive' notification system for my app, whereby users can click an icon or link if they think a post/comment is inappropriate, and a notification email is then sent to the site admin. Are there any gems/plugins for this kind of functionality (Rails 3)? Or if I need to roll my own, would using a taggable gem (eg. acts_as_taggable or similar) be suitable for this purpose? Thanks for the help!

like image 763
Budgie Avatar asked Sep 03 '10 13:09

Budgie


1 Answers

You can use the can_flag plugin.

like image 155
jpemberthy Avatar answered Oct 05 '22 12:10

jpemberthy