module InfinumId class ResourcesController < InfinumId::ApplicationController def destroy sign_out current_resource redirect_to root_path end end end