Sha256: b3aab33cea5d9384d1c88f01abd198655000b27b16011456d7b2651dbd51691d
Contents?: true
Size: 291 Bytes
Versions: 8
Compression:
Stored size: 291 Bytes
Contents
# frozen_string_literal: true module Decidim module ActionDelegator module Consultations module VoteFormOverride extend ActiveSupport::Concern included do attribute :decidim_consultations_delegation_id, Integer end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems