Module: Decidim::Flaggable
- Extended by:
 - ActiveSupport::Concern
 
- Included in:
 - ProfilesController, UserActivitiesController
 
- Defined in:
 - app/controllers/concerns/decidim/flaggable.rb
 
Overview
A controller concern to enable flagging capabilities to its resources. Only affects the UI, so make sure you check the controller resources implement the ‘Decidim::Reportable` model concern.