vanderleipinto/preparation_mentorship

Add field Verify digit in Account

Closed this issue · 1 comments

Add field Verify digit in Account

Add Verify digit to Account:

rails g migration AddVerify_digitToAccounts verify_digit:string

Migrate database.

rails db:migrate

Insert Verify digit field in the account form and Allow the controller to receive ISBN param:

Wasn't necessary because it will be generated automatically