app/commands/decidim/conferences/admin/send_conference_diplomas.rb in decidim-conferences-0.26.10 vs app/commands/decidim/conferences/admin/send_conference_diplomas.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 to send diplomas to registered conference users.
#
- class SendConferenceDiplomas < Rectify::Command
+ class SendConferenceDiplomas < Decidim::Command
# Public: Initializes the command.
#
# conference - The conference which the user is invited to.
def initialize(conference, current_user)
@conference = conference