Skip to content

Instantly share code, notes, and snippets.

@remear
Created November 15, 2010 22:34
Show Gist options
  • Save remear/701086 to your computer and use it in GitHub Desktop.
Save remear/701086 to your computer and use it in GitHub Desktop.
class Users::RegistrationsController < Devise::RegistrationsController
def after_sign_in_path_for(resource)
user_thank_you_path
end
End
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment