Files
nairobi/app/models/poll/officing_booth.rb
2016-09-28 18:39:01 +02:00

7 lines
110 B
Ruby

class Poll
class OfficingBooth < ActiveRecord::Base
belongs_to :officer
belongs_to :booth
end
end