app/commands/decidim/comments/vote_comment.rb in decidim-comments-0.26.10 vs app/commands/decidim/comments/vote_comment.rb in decidim-comments-0.27.0.rc1

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Decidim module Comments # A command with all the business logic to upvote a comment - class VoteComment < Rectify::Command + class VoteComment < Decidim::Command # Public: Initializes the command. # # comment - A comment # author - A user # options - An optional hash of options (default: { weight: 1 })