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
|