Sha256: 5e02d8305c8dd93e0cbb39abab21d27253e8def1eff0da9f3cc2362b755ed096
Contents?: true
Size: 342 Bytes
Versions: 66
Compression:
Stored size: 342 Bytes
Contents
# frozen_string_literal: true module Decidim module Admin class SelectiveNewsletterParticipatorySpaceTypeForm < Form attribute :manifest_name, String attribute :ids, Array def map_model(model_hash) manifest = model_hash[:manifest] self.manifest_name = manifest.name.to_s end end end end
Version data entries
66 entries across 66 versions & 1 rubygems