diff options
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/poll_vote.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/poll_vote.rb b/app/models/poll_vote.rb index aec678968..9ad66bbf8 100644 --- a/app/models/poll_vote.rb +++ b/app/models/poll_vote.rb @@ -23,6 +23,10 @@ class PollVote < ApplicationRecord delegate :local?, to: :account + def object_type + :vote + end + private def increment_counter_cache |