Sha256: 75537acbd8f414b81a0d28bdb35ca3d4d5fa5759f77bcc75d83c0660b7018676
Contents?: true
Size: 302 Bytes
Versions: 10
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryProcesses # Adds slug finder for participatory_processes class ParticipatoryProcessFinder < Decidim::Core::ParticipatorySpaceFinder argument :slug, types.String, "The slug of the participatory process" end end end
Version data entries
10 entries across 10 versions & 1 rubygems