app/commands/decidim/accountability/admin/update_imported_result.rb in decidim-accountability-0.26.10 vs app/commands/decidim/accountability/admin/update_imported_result.rb in decidim-accountability-0.27.0.rc1
- old
+ new
@@ -3,10 +3,10 @@
module Decidim
module Accountability
module Admin
# This command is executed when the user changes a Result from the admin
# panel.
- class UpdateImportedResult < Rectify::Command
+ class UpdateImportedResult < Decidim::Command
# Initializes an UpdateResult Command.
#
# form - The form from which to get the data.
# result - The current instance of the result to be updated.
def initialize(form, result, parent_id = nil)