update inventory form

This commit is contained in:
Aung Myo
2018-09-17 11:12:12 +06:30
parent 85fcd43ac2
commit 63fe7591bf
4 changed files with 655 additions and 100 deletions

View File

@@ -7,7 +7,7 @@ class CreatePaymentMethodSettings < ActiveRecord::Migration[5.1]
t.string :gateway_url
t.string :auth_token
t.string :merchant_account_id
t.string :additional_parameters
t.json :additional_parameters
t.timestamps
end
end