Remove duplicated content on model poll

This commit is contained in:
decabeza
2019-04-12 19:55:09 +02:00
parent 18f0697ef7
commit 17d4af31ae

View File

@@ -4,11 +4,6 @@ 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"