Class: Decidim::Votings::Admin::MonitoringCommitteeVerifyElectionsController

Inherits:
ApplicationController
  • Object
show all
Includes:
VotingAdmin
Defined in:
app/controllers/decidim/votings/admin/monitoring_committee_verify_elections_controller.rb

Overview

This controller allows a monitoring committee member to list and validate the polling stations closures.

Instance Method Summary collapse

Instance Method Details

#indexObject



12
13
14
# File 'app/controllers/decidim/votings/admin/monitoring_committee_verify_elections_controller.rb', line 12

def index
  enforce_permission_to :read, :monitoring_committee_verify_elections, voting: current_voting
end