From 36fcfbb5a7c6723d1794d3a9fdae3d3f929463a5 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sun, 20 Jul 2014 03:34:42 +0200 Subject: [PATCH] student root --- app/controllers/student/student_users_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/student/student_users_controller.rb b/app/controllers/student/student_users_controller.rb index fe3c64a..e5b6f1a 100644 --- a/app/controllers/student/student_users_controller.rb +++ b/app/controllers/student/student_users_controller.rb @@ -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."