remove old model
This commit is contained in:
parent
64e191f60e
commit
feb220c37d
1 changed files with 0 additions and 8 deletions
|
|
@ -1,8 +0,0 @@
|
|||
class EventPerson < ActiveRecord::Base
|
||||
attr_accessible :event, :person, :person_id, :event_role
|
||||
# TODO Do we need these roles?
|
||||
ROLES = [["Speaker","speaker"], ["Submitter","submitter"], ["Moderator","moderator"]]
|
||||
|
||||
belongs_to :event
|
||||
belongs_to :person
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue