app/commands/decidim/consultations/admin/create_response.rb in decidim-consultations-0.26.10 vs app/commands/decidim/consultations/admin/create_response.rb in decidim-consultations-0.27.0.rc1
- old
+ new
@@ -2,10 +2,10 @@
module Decidim
module Consultations
module Admin
# A command with all the business logic when creating a new response
- class CreateResponse < Rectify::Command
+ class CreateResponse < Decidim::Command
# Public: Initializes the command.
#
# form - A form object with the params.
def initialize(form)
@form = form