app/commands/decidim/admin/create_component.rb in decidim-admin-0.26.10 vs app/commands/decidim/admin/create_component.rb in decidim-admin-0.27.0.rc1

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Decidim module Admin # This command gets called when a component is created from the admin panel. - class CreateComponent < Rectify::Command + class CreateComponent < Decidim::Command attr_reader :form, :manifest, :participatory_space # Public: Initializes the command. # # form - The form from which the data in this component comes from.