Adds include_banner_in_splash to settings dashboard
This commit is contained in:
parent
095aa2b020
commit
524f22835d
4 changed files with 10 additions and 2 deletions
|
|
@ -20,7 +20,8 @@ class Conference < ActiveRecord::Base
|
|||
:include_sponsors_in_splash, :include_tracks_in_splash,
|
||||
:include_tickets_in_splash, :include_social_media_in_splash,
|
||||
:include_program_in_splash, :make_conference_public,
|
||||
:photos_attributes, :banner_photo
|
||||
:photos_attributes, :banner_photo,
|
||||
:include_banner_in_splash
|
||||
|
||||
has_paper_trail
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue