diff --git a/app/models/poll.rb b/app/models/poll.rb index 895ac48c7..b4e69a7bc 100644 --- a/app/models/poll.rb +++ b/app/models/poll.rb @@ -4,6 +4,11 @@ class Poll < ApplicationRecord include ActsAsParanoidAliases include Notifiable + translates :name, touch: true + translates :summary, touch: true + translates :description, touch: true + include Globalizable + RECOUNT_DURATION = 1.week has_many :booth_assignments, class_name: "Poll::BoothAssignment"