mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Redirect errors on match#stat back to match#stat
This commit is contained in:
@@ -32,6 +32,7 @@ class MatsController < ApplicationController
|
||||
@tournament = @match.tournament
|
||||
end
|
||||
session[:return_path] = request.original_fullpath
|
||||
session[:error_return_path] = request.original_fullpath
|
||||
end
|
||||
|
||||
# GET /mats/new
|
||||
|
||||
Reference in New Issue
Block a user