This commit is contained in:
Jorge Manrubia
2025-05-06 11:10:53 +02:00
parent 583b3450af
commit 0ef83740f7
+2 -2
View File
@@ -10,9 +10,9 @@ class CommandsController < ApplicationController
result = command.execute
case result
when Command::Result::Redirection
when Command::Result::Redirection
redirect_to result.url
else
else
redirect_back_or_to root_path
end
else