Make ticket layout configurable

This commit is contained in:
siddhantbajaj 2017-06-30 05:26:21 +05:30
parent f37d3095e1
commit a21d95c486
7 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class AddTicketLayoutToConferences < ActiveRecord::Migration
def change
add_column :conferences, :ticket_layout, :integer, default: 0
end
end