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.
|
class ConfirmationsController < Devise::ConfirmationsController
|
|
layout "devise"
|
|
|
|
private
|
|
|
|
def after_confirmation_path_for(resource_name, resource)
|
|
basic_infos_path
|
|
end
|
|
end |