Module: Decidim::Flaggable

Extended by:
ActiveSupport::Concern
Included in:
Blogs::PostsController, Debates::DebatesController, Meetings::MeetingsController, ProfilesController, Proposals::CollaborativeDraftsController, Proposals::ProposalsController, UserActivitiesController
Defined in:
decidim-core/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.