Update RDoc.

This commit is contained in:
José Valim 2010-09-30 04:47:13 -07:00
parent db1ce8eeb2
commit ec5f8ae831
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ class Devise::RegistrationsController < ApplicationController
self.resource = resource_class.new_with_session(hash, session)
end
# The default hook used by oauth to specify the redirect url for success.
# You need to overwrite this method in your own RegistrationsController.
# The path used after sign up. You need to overwrite this method
# in your own RegistrationsController.
def after_sign_up_path_for(resource)
after_sign_in_path_for(resource)
end