Sha256: 4d24f8bbdc34141acbce642ca7f5c113a413631e6d2c75907f868d9d3c286387
Contents?: true
Size: 290 Bytes
Versions: 8
Compression:
Stored size: 290 Bytes
Contents
# frozen_string_literal: true module Decidim module ActionDelegator module Admin module Exports class SumOfWeightsController < Admin::Consultations::ExportsController def type "sum_of_weights" end end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems