This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2013-11-25 09:03:28 +00:00
|
|
|
class RegistrationsController < Devise::RegistrationsController
|
|
|
|
layout "devise"
|
2013-11-29 11:00:32 +00:00
|
|
|
|
|
|
|
def after_inactive_sign_up_path_for(resource)
|
2013-11-29 10:49:47 +00:00
|
|
|
basic_infos_confirmation_path
|
|
|
|
end
|
2013-11-25 09:03:28 +00:00
|
|
|
end
|