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

@ -0,0 +1,5 @@
class AddIncludeBannerInSplashToConference < ActiveRecord::Migration
def change
add_column :conferences, :include_banner_in_splash, :boolean, default: false
end
end