There was an error while loading. Please reload this page.
redirect!
1 parent 13e679d commit 919d1afCopy full SHA for 919d1af
1 file changed
pages/controller.rb
@@ -19,7 +19,7 @@
19
end
20
21
if request.params["to"]
22
- redirect request.params["to"]
+ redirect! request.params["to"]
23
else
24
redirect! "/customers/index"
25
0 commit comments