def create
    @student = current_user.students.new(student_params)
    if @student.save
      flash[:notice] = "Student was created"
      redirect_to students_path