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