Added price currency to conference, select currency in basic info and created data rake task for setting old conferences' price currency
This commit is contained in:
parent
9b12830c8f
commit
17488e11c7
8 changed files with 398 additions and 355 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddPriceCurrencyToConferences < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :conferences, :price_currency, :string, default: "USD"
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue