Adds make_conference_public field to conference model
This commit is contained in:
parent
0f697f3dbe
commit
e1b7067fd9
4 changed files with 10 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ class Conference < ActiveRecord::Base
|
|||
: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
|
||||
:include_program_in_splash, :make_conference_public
|
||||
|
||||
|
||||
has_paper_trail
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue