make_flaggable
make_flaggable copied to clipboard
find all flaggings?
How do I find all Articles that are flagged? Is there something like an Articles.flagged call?
Hackish, but the best way I found is MakeFlaggable::Flagging.where(:type => 'Article').all
type
is really flaggable_type