Module: Decidim::ActionDelegator

Includes:
ActiveSupport::Configurable
Defined in:
lib/decidim/action_delegator.rb,
lib/decidim/action_delegator/admin.rb,
lib/decidim/action_delegator/engine.rb,
lib/decidim/action_delegator/version.rb,
lib/decidim/action_delegator/admin_engine.rb,
app/models/decidim/action_delegator/setting.rb,
app/jobs/decidim/action_delegator/send_sms_job.rb,
app/models/decidim/action_delegator/delegation.rb,
app/models/decidim/action_delegator/participant.rb,
app/models/decidim/action_delegator/ponderation.rb,
app/services/decidim/action_delegator/sms_gateway.rb,
app/mailers/decidim/action_delegator/import_mailer.rb,
app/services/decidim/action_delegator/csv_importer.rb,
app/helpers/decidim/action_delegator/settings_helper.rb,
app/permissions/decidim/action_delegator/permissions.rb,
app/forms/decidim/action_delegator/admin/setting_form.rb,
app/jobs/decidim/action_delegator/twilio_send_sms_job.rb,
app/jobs/decidim/action_delegator/admin/import_csv_job.rb,
app/models/decidim/action_delegator/application_record.rb,
app/queries/decidim/action_delegator/election_settings.rb,
app/helpers/decidim/action_delegator/application_helper.rb,
app/jobs/decidim/action_delegator/sync_participants_job.rb,
app/forms/decidim/action_delegator/admin/csv_import_form.rb,
app/forms/decidim/action_delegator/admin/delegation_form.rb,
app/forms/decidim/action_delegator/admin/participant_form.rb,
app/forms/decidim/action_delegator/admin/ponderation_form.rb,
app/presenters/decidim/action_delegator/setting_presenter.rb,
app/queries/decidim/action_delegator/authorized_resources.rb,
app/commands/decidim/action_delegator/admin/create_setting.rb,
app/commands/decidim/action_delegator/admin/update_setting.rb,
app/helpers/decidim/action_delegator/admin/settings_helper.rb,
app/permissions/decidim/action_delegator/admin/permissions.rb,
app/commands/decidim/action_delegator/admin/create_delegation.rb,
app/commands/decidim/action_delegator/admin/create_participant.rb,
app/commands/decidim/action_delegator/admin/create_ponderation.rb,
app/commands/decidim/action_delegator/admin/update_participant.rb,
app/commands/decidim/action_delegator/admin/update_ponderation.rb,
app/services/decidim/action_delegator/delegations_csv_importer.rb,
app/controllers/decidim/action_delegator/application_controller.rb,
app/forms/decidim/action_delegator/censuses/internal_users_form.rb,
app/jobs/decidim/action_delegator/admin/invite_participants_job.rb,
app/services/decidim/action_delegator/participants_csv_importer.rb,
lib/decidim/action_delegator/verifications/delegations_verifier.rb,
lib/decidim/action_delegator/verifications/delegations_authorizer.rb,
app/controllers/concerns/decidim/action_delegator/admin/filterable.rb,
app/controllers/decidim/action_delegator/admin/settings_controller.rb,
app/queries/decidim/action_delegator/action_delegator_census_users.rb,
app/serializers/decidim/action_delegator/sum_of_weights_serializer.rb,
app/controllers/decidim/action_delegator/user_delegations_controller.rb,
app/forms/decidim/action_delegator/admin/invitation_participant_form.rb,
app/controllers/decidim/action_delegator/admin/application_controller.rb,
app/controllers/decidim/action_delegator/admin/delegations_controller.rb,
app/controllers/decidim/action_delegator/admin/permissions_controller.rb,
app/controllers/decidim/action_delegator/elections/results_controller.rb,
app/forms/decidim/action_delegator/admin/action_delegator_census_form.rb,
app/controllers/decidim/action_delegator/admin/participants_controller.rb,
app/controllers/decidim/action_delegator/admin/ponderations_controller.rb,
app/queries/decidim/action_delegator/elections_votes_with_ponderations.rb,
lib/decidim/action_delegator/verifications/delegations_verifier/engine.rb,
app/queries/decidim/action_delegator/elections_delegated_votes_versions.rb,
app/queries/decidim/action_delegator/elections_question_responses_by_type.rb,
app/controllers/concerns/decidim/action_delegator/votes_controller_methods.rb,
app/forms/decidim/action_delegator/verifications/delegations_verifier_form.rb,
app/queries/decidim/action_delegator/elections_question_weighted_responses.rb,
app/controllers/decidim/action_delegator/elections/admin/results_controller.rb,
app/controllers/decidim/action_delegator/admin/manage_delegations_controller.rb,
app/controllers/decidim/action_delegator/admin/invite_participants_controller.rb,
app/controllers/decidim/action_delegator/admin/manage_participants_controller.rb,
app/controllers/concerns/decidim/action_delegator/election_votes_controller_override.rb,
app/controllers/concerns/decidim/action_delegator/devise/sessions_controller_override.rb,
app/controllers/concerns/decidim/action_delegator/election_per_question_votes_controller_override.rb,
app/controllers/decidim/action_delegator/verifications/delegations_verifier/authorizations_controller.rb

Overview

This holds the decidim-action_delegator version.

Defined Under Namespace

Modules: Admin, ApplicationHelper, Censuses, Devise, ElectionPerQuestionVotesControllerOverride, ElectionVotesControllerOverride, Elections, SettingsHelper, Verifications, VotesControllerMethods Classes: ActionDelegatorCensusUsers, AdminEngine, ApplicationController, ApplicationRecord, AuthorizedResources, CsvImporter, Delegation, DelegationsCsvImporter, ElectionSettings, ElectionsDelegatedVotesVersions, ElectionsQuestionResponsesByType, ElectionsQuestionWeightedResponses, ElectionsVotesWithPonderations, Engine, ImportMailer, Participant, ParticipantsCsvImporter, Permissions, Ponderation, SendSmsJob, SendSmsJobException, Setting, SettingPresenter, SmsGateway, SumOfWeightsSerializer, SyncParticipantsJob, TwilioSendSmsJob, UserDelegationsController

Constant Summary collapse

VERSION =
"0.9.0"
DECIDIM_VERSION =
{ github: "decidim/decidim", branch: "develop" }.freeze
COMPAT_DECIDIM_VERSION =
[">= 0.31.0.dev", "< 0.32"].freeze