adds poll/booth_assigments
This commit is contained in:
6
app/models/poll/booth_assignment.rb
Normal file
6
app/models/poll/booth_assignment.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class Poll
|
||||
class BoothAssignment < ActiveRecord::Base
|
||||
belongs_to :booth
|
||||
belongs_to :poll
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user