Skip to content

Commit

Permalink
Remove redirect_path() (no longer used)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Dolski committed Jan 5, 2024
1 parent 302c0d3 commit 1303038
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,6 @@ def store_location
session[:login_return_url] = request.env["REQUEST_URI"]
end

def redirect_path
session[:previous_url] || root_url
end


protected

Expand Down

0 comments on commit 1303038

Please sign in to comment.