Created
October 28, 2013 20:33
-
-
Save murdoch/7204104 to your computer and use it in GitHub Desktop.
Override Devise inactive signup path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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