ProyectoIntegrador2018 / i2t2-campe

0 stars 0 forks source link

Former student unemployment #166

Closed eduardotru closed 4 years ago

eduardotru commented 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

image