parent
63d2980fe3
commit
27fc0acbf8
24 changed files with 388 additions and 116 deletions
5
app/models/audience.rb
Normal file
5
app/models/audience.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class Audience < ActiveRecord::Base
|
||||
attr_accessible :registration_description, :registration_start_date, :registration_end_date
|
||||
|
||||
belongs_to :conference
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue