Created
July 1, 2014 14:50
-
-
Save brycesch/6665be41ad28a8ede1bd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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