Adds include_banner_in_splash to settings dashboard

This commit is contained in:
Gopesh Tulsyan 2014-06-20 19:22:25 +05:30
parent 095aa2b020
commit 524f22835d
4 changed files with 10 additions and 2 deletions

View file

@ -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