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

- old
+ new

@@ -3,10 +3,10 @@ module Decidim module Consultations module Admin # A command with all the business logic to destroy a response group in the # system. - class DestroyResponseGroup < Rectify::Command + class DestroyResponseGroup < Decidim::Command # Public: Initializes the command. # # response_group - A ResponseGroup that will be destroyed def initialize(response_group) @response_group = response_group