Adds migrations for checkboxes of splash components
This commit is contained in:
parent
3cf41b51c2
commit
6c5e04f513
7 changed files with 57 additions and 23 deletions
|
|
@ -16,7 +16,10 @@ class Conference < ActiveRecord::Base
|
|||
:sponsorship_levels_attributes,
|
||||
:sponsors_attributes, :facebook_url,
|
||||
:google_url, :twitter_url, :sponsor_description, :sponsor_email,
|
||||
:lodging_description
|
||||
:lodging_description, :include_registrations_in_splash,
|
||||
:include_sponsors_in_splash, :include_tracks_in_splash,
|
||||
:include_tickets_in_splash, :include_social_media_in_splash,
|
||||
:include_program_in_splash
|
||||
|
||||
has_paper_trail
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue