Skip to content

Instantly share code, notes, and snippets.

@jonstorer
Created March 2, 2012 19:23
Show Gist options
  • Save jonstorer/1960601 to your computer and use it in GitHub Desktop.
Save jonstorer/1960601 to your computer and use it in GitHub Desktop.
def callback
#stuff
session[:lets_redirect_to_here] = "wherever"
redirect_to new_profile_url unless user.profile_complete?
session[:really_redirect_this_time] = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment