Files
nairobi/app/models/poll/booth.rb
2016-09-19 18:48:18 +02:00

6 lines
97 B
Ruby

class Poll
class Booth < ActiveRecord::Base
belongs_to :poll
has_many :voters
end
end