Adds sponsor model
This commit is contained in:
parent
411deb4c65
commit
e38a654af1
6 changed files with 58 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ class Conference < ActiveRecord::Base
|
|||
has_many :vpositions, :dependent => :destroy
|
||||
has_many :vchoices, :dependent => :destroy
|
||||
has_many :sponsorship_levels, dependent: :destroy
|
||||
has_many :sponsors, dependent: :destroy
|
||||
|
||||
belongs_to :venue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue