2014-08-30 12:08:24 +02:00
|
|
|
class Splashpage < ActiveRecord::Base
|
|
|
|
|
belongs_to :conference
|
2014-11-18 00:58:43 +01:00
|
|
|
attr_accessible :public,
|
2014-12-08 18:08:21 +02:00
|
|
|
:include_tracks, :include_program, :include_cfp,
|
2014-11-18 00:58:43 +01:00
|
|
|
:include_venue, :include_registrations,
|
|
|
|
|
:include_tickets, :include_lodgings,
|
|
|
|
|
:include_sponsors, :include_social_media
|
2014-08-30 12:08:24 +02:00
|
|
|
end
|