app/commands/decidim/conferences/admin/copy_conference.rb in decidim-conferences-0.26.10 vs app/commands/decidim/conferences/admin/copy_conference.rb in decidim-conferences-0.27.0.rc1
- old
+ new
@@ -3,10 +3,10 @@
module Decidim
module Conferences
module Admin
# A command with all the business logic when copying a new participatory
# conference in the system.
- class CopyConference < Rectify::Command
+ class CopyConference < Decidim::Command
# Public: Initializes the command.
#
# form - A form object with the params.
# conference - An conference we want to duplicate
def initialize(form, conference)