Module: Decidim::Initiatives::ValidatableAuthorizations

Extended by:
ActiveSupport::Concern
Included in:
SignatureHandler
Defined in:
lib/decidim/initiatives/validatable_authorizations.rb

Overview

Concern to search for authorizations or try to create them and validate their status. If the authorization cannot be created and the workflow sets save_authorizations to false a new invalid authorization is used. This validation is not performed if no action_authorizer class name is set in the workflow.