app/commands/decidim/conferences/admin/create_conference.rb in decidim-conferences-0.26.10 vs app/commands/decidim/conferences/admin/create_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 creating a new
# conference in the system.
- class CreateConference < Rectify::Command
+ class CreateConference < Decidim::Command
# Public: Initializes the command.
#
# form - A form object with the params.
def initialize(form)
@form = form