Sha256: c4ac5233aaa482a9994f77b3f1e33879855b07e4f49dfe2d034c9af3ce52632c

Contents?: true

Size: 339 Bytes

Versions: 45

Compression:

Stored size: 339 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module Votings
    module Admin
      # Controller that allows managing the Voting's Components in the
      # admin panel.
      class ComponentsController < Decidim::Admin::ComponentsController
        layout "decidim/admin/voting"

        include VotingAdmin
      end
    end
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
decidim-elections-0.28.5 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.28.4 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.27.9 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.28.3 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.27.8 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.28.2 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.27.7 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.28.1 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.27.6 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.26.10 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.26.9 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.28.0 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.27.5 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.28.0.rc5 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.28.0.rc4 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.26.8 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.27.4 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.27.3 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.26.7 app/controllers/decidim/votings/admin/components_controller.rb
decidim-elections-0.26.5 app/controllers/decidim/votings/admin/components_controller.rb