Class: InfinumId::UsersController

Inherits:
ApplicationController show all
Defined in:
app/controllers/infinum_id/users_controller.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



3
4
5
6
7
# File 'app/controllers/infinum_id/users_controller.rb', line 3

def destroy
  sign_out current_user

  redirect_to root_path
end