Skip to content

Instantly share code, notes, and snippets.

@itamar
Created March 13, 2014 05:49
Show Gist options
  • Select an option

  • Save itamar/9522496 to your computer and use it in GitHub Desktop.

Select an option

Save itamar/9522496 to your computer and use it in GitHub Desktop.
application_controller - capture_referral method
before_filter :capture_referral
private
def capture_referral
session[:referral] = params[:referral] if params[:referral]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment