Sha256: f6cf3a2367d5fae995502a2288d5aaf00cc3d5ffcf9fc3a6c6833f18adfba776
Contents?: true
Size: 292 Bytes
Versions: 9
Compression:
Stored size: 292 Bytes
Contents
# frozen_string_literal: true Decidim::Verifications.register_workflow(:dummy_authorization_handler) do |workflow| workflow.form = "Decidim::DummyAuthorizationHandler" workflow.action_authorizer = "Decidim::DummyAuthorizationHandler::ActionAuthorizer" workflow.expires_in = 1.hour end
Version data entries
9 entries across 9 versions & 1 rubygems