Merge pull request #247 from gopesht/add_splash_dashboard
Adds Splash Checkbox in Conference Settings
This commit is contained in:
commit
47777dbb4c
11 changed files with 55 additions and 16 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddMakeConferencePublicToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :make_conference_public, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue