diff --git a/app/controllers/main_controller.rb b/app/controllers/main_controller.rb --- a/app/controllers/main_controller.rb +++ b/app/controllers/main_controller.rb @@ -240,6 +240,7 @@ if passed flash[:notice] = 'Correct solution.' + user.update_codejom_status else flash[:notice] = 'Incorrect solution.' end