Skip to content

Instantly share code, notes, and snippets.

@dpmccabe
Created August 14, 2011 00:24
Show Gist options
  • Save dpmccabe/1144422 to your computer and use it in GitHub Desktop.
Save dpmccabe/1144422 to your computer and use it in GitHub Desktop.
class ApplicationController < ActionController::Base
before_filter :collect_http_referrer
def collect_http_referrer
session[:http_referrer] ||= request.env["HTTP_REFERER"]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment