Sha256: 50b84249ac51b035c7c8958d7ce91a6f405aa0daa87e2a45bfb2161d22426c2f
Contents?: true
Size: 310 Bytes
Versions: 75
Compression:
Stored size: 310 Bytes
Contents
# frozen_string_literal: true module Decidim module Consultations module Admin # Controller that allows managing the Question's Components in the # admin panel. class ComponentsController < Decidim::Admin::ComponentsController include QuestionAdmin end end end end
Version data entries
75 entries across 75 versions & 1 rubygems