Skip to content

Instantly share code, notes, and snippets.

@murdoch
Created October 28, 2013 20:33
Show Gist options
  • Save murdoch/7204104 to your computer and use it in GitHub Desktop.
Save murdoch/7204104 to your computer and use it in GitHub Desktop.
Override Devise inactive signup path
# if we have confirmable module turned on
def after_inactive_sign_up_path_for(resource)
"http://google.com"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment