Method: Devise::RegistrationsController#after_sign_up_path_for
- Defined in:
- app/controllers/devise/registrations_controller.rb
#after_sign_up_path_for(resource) ⇒ Object (protected)
The path used after sign up. You need to overwrite this method in your own RegistrationsController.
111 112 113 |
# File 'app/controllers/devise/registrations_controller.rb', line 111 def after_sign_up_path_for(resource) after_sign_in_path_for(resource) if end |