Sha256: 9bddd49d79a62ff6adc5927cfb6c99419d975ca1f8d007c10b9b1ff2611b801e
Contents?: true
Size: 331 Bytes
Versions: 45
Compression:
Stored size: 331 Bytes
Contents
# frozen_string_literal: true module Decidim module Votings module Admin # Controller that allows managing the Voting's Component # permissions in the admin panel. class ComponentPermissionsController < Decidim::Admin::ComponentPermissionsController include VotingAdmin end end end end
Version data entries
45 entries across 45 versions & 1 rubygems