app/commands/decidim/votings/admin/update_ballot_style.rb in decidim-elections-0.26.10 vs app/commands/decidim/votings/admin/update_ballot_style.rb in decidim-elections-0.27.0.rc1
- old
+ new
@@ -2,10 +2,10 @@
module Decidim
module Votings
module Admin
# A command with the business logic to update the ballot style
- class UpdateBallotStyle < Rectify::Command
+ class UpdateBallotStyle < Decidim::Command
def initialize(form, ballot_style)
@form = form
@ballot_style = ballot_style
end