Add confirmed booths to splashpage
This commit is contained in:
parent
7107f9a35f
commit
f4b2115ed7
10 changed files with 51 additions and 1 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddIncludeBoothsToSplashpages < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :splashpages, :include_booths, :boolean
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue