diff --git a/app/controllers/test_controller.rb b/app/controllers/test_controller.rb --- a/app/controllers/test_controller.rb +++ b/app/controllers/test_controller.rb @@ -8,6 +8,7 @@ def index @user = User.find(session[:user_id]) prepare_index_information + @test_requests = @user.test_requests end def submit