fixin.me/app/controllers/registrations_controller.rb

8 lines
161 B
Ruby

class RegistrationsController < Devise::RegistrationsController
protected
def after_inactive_sign_up_path_for(resource)
new_user_session_path
end
end