So I have the final line in my controller:
redirect_to "http://google.com"
And the prod log has:
Redirected to http://google.com
Completed in 8ms (DB: 4) | 302 Found [http://www.exmaple.com/728zz5d/delete_stuff]
And the web page still had the original info - I'm not sent to google??? What am I not understanding?