Closed eduardotru closed 4 years ago
Create the model to store the unemployment data and add the fields to the first_time_login view. The model was created using:
rails g model UnemploymentData is_employed:boolean unemployment_reason:text student:references
Create the model to store the unemployment data and add the fields to the first_time_login view. The model was created using: