Skip to content

Commit

Permalink
Experiment with suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
javierm committed Oct 2, 2020
1 parent 023a8e1 commit a9634a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/poll.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Poll < ApplicationRecord

RECOUNT_DURATION = 1.week

has_many :booth_assignments, class_name: "Poll::BoothAssignment"
has_many :booth_assignments,class_name: "Poll::BoothAssignment"
has_many :booths, through: :booth_assignments
has_many :partial_results, through: :booth_assignments
has_many :recounts, through: :booth_assignments
Expand Down

0 comments on commit a9634a1

Please sign in to comment.