forked from fixin.me/fixin.me
Add registration redirection and mail confirmation sending
This commit is contained in:
7
app/controllers/registrations_controller.rb
Normal file
7
app/controllers/registrations_controller.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class RegistrationsController < Devise::RegistrationsController
|
||||
protected
|
||||
|
||||
def after_inactive_sign_up_path_for(resource)
|
||||
new_user_session_path
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user