Files
grecia/app/models/poll/officing_booth.rb
2016-11-14 13:58:00 +01:00

7 lines
110 B
Ruby

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