osem-fcy/app/models/splashpage.rb
2015-01-21 17:28:18 +02:00

8 lines
333 B
Ruby

class Splashpage < ActiveRecord::Base
belongs_to :conference
attr_accessible :public,
:include_tracks, :include_program, :include_cfp,
:include_venue, :include_registrations,
:include_tickets, :include_lodgings,
:include_sponsors, :include_social_media
end