# File lib/action_controller/integration.rb, line 122 def get_via_redirect(path, args={}) get path, args follow_redirect! while redirect? status end