Skip to content

Commit

Permalink
Merge pull request #29 from AjuntamentdeBarcelona/feat/add-paper-trai…
Browse files Browse the repository at this point in the history
…l-to-initiatives-votes

Add paper_trail to initiatives_votes
  • Loading branch information
fblupi authored Nov 16, 2022
2 parents f4cf37e + eb79021 commit 4a3fb9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decidim-initiatives/app/models/decidim/initiatives_vote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
module Decidim
# Initiatives can be voted by users and supported by organizations.
class InitiativesVote < ApplicationRecord
include Decidim::Traceable
include Decidim::TranslatableAttributes

belongs_to :author,
Expand Down

0 comments on commit 4a3fb9e

Please sign in to comment.