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
|
|
@ -0,0 +1,5 @@
|
|||
class AddIncludeBannerInSplashToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :include_banner_in_splash, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue