Trying to implement an create if not exists else update record in Active Record.
Currently using:
@student = Student.where(:user_id
It's find_or_create_by not first_or_create. Ex: Client.find_or_create_by(first_name: 'Andy')