Skip to content

Instantly share code, notes, and snippets.

@amandarae
Created September 23, 2012 16:01
Show Gist options
  • Save amandarae/3772129 to your computer and use it in GitHub Desktop.
Save amandarae/3772129 to your computer and use it in GitHub Desktop.
query string append
redirect_to region_home_path(@user.region) << '?acc=nu'
def new_user_created
@new_user_created = false
if params[:acc] == "nu"
@new_user_created = true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment