student root
This commit is contained in:
parent
cc165a17c9
commit
36fcfbb5a7
@ -33,7 +33,7 @@ class Student::StudentUsersController < ApplicationController
|
||||
|
||||
@user.authenticate(params[:password])
|
||||
session[:student_user_id] = @user.id
|
||||
redirect_to student_student_topics_path, notice: "Vous êtes désormais inscrit."
|
||||
redirect_to student_root_path, notice: "Vous êtes désormais inscrit."
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user