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

Version Path
decidim-action_delegator-0.8.1 app/controllers/decidim/action_delegator/admin/exports/_sum_of_weights_controller.rb
decidim-action_delegator-0.7.2 app/controllers/decidim/action_delegator/admin/exports/_sum_of_weights_controller.rb
decidim-action_delegator-0.7.1 app/controllers/decidim/action_delegator/admin/exports/_sum_of_weights_controller.rb
decidim-action_delegator-0.7.0 app/controllers/decidim/action_delegator/admin/exports/_sum_of_weights_controller.rb
decidim-action_delegator-0.6.0 app/controllers/decidim/action_delegator/admin/exports/sum_of_weights_controller.rb
decidim-action_delegator-0.5.0 app/controllers/decidim/action_delegator/admin/exports/sum_of_weights_controller.rb
decidim-action_delegator-0.4.1 app/controllers/decidim/action_delegator/admin/exports/sum_of_weights_controller.rb
decidim-action_delegator-0.4 app/controllers/decidim/action_delegator/admin/exports/sum_of_weights_controller.rb