decidim-proposals/app/commands/decidim/proposals/create_proposal.rb in decidim-0.1.0 vs decidim-proposals/app/commands/decidim/proposals/create_proposal.rb in decidim-0.2.0

- old
+ new

@@ -1,5 +1,6 @@ # frozen_string_literal: true + module Decidim module Proposals # A command with all the business logic when a user creates a new proposal. class CreateProposal < Rectify::Command # Public: Initializes the command.