Make ticket layout configurable
This commit is contained in:
parent
f37d3095e1
commit
a21d95c486
7 changed files with 19 additions and 1 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddTicketLayoutToConferences < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :ticket_layout, :integer, default: 0
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue