Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created July 23, 2011 18:41
Show Gist options
  • Save jackdempsey/1101735 to your computer and use it in GitHub Desktop.
Save jackdempsey/1101735 to your computer and use it in GitHub Desktop.
# show helpful info on why we redirected in logs
def redirect_to(options = {}, response_status = {})
::Rails.logger.error("Redirected by #{caller(1).first rescue "unknown"}")
super(options, response_status)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment